Sfoglia il codice sorgente

[DomCrawler] Fixing trailing space

Jordi Boggiano 14 anni fa
parent
commit
20ca97c5b3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/Symfony/Tests/Component/DomCrawler/FormTest.php

+ 1 - 1
tests/Symfony/Tests/Component/DomCrawler/FormTest.php

@@ -317,7 +317,7 @@ class FormTest extends \PHPUnit_Framework_TestCase
                 'returns an empty URI if the action is empty',
                 '<form><input type="submit" /></form>',
                 array(),
-                '', 
+                '',
             ),
             array(
                 'appends the form values even if the action is empty',