From 20ca97c5b3db0539bf0c8368f3e3812c1c01914c Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 2 Sep 2010 20:48:11 +0200 Subject: [PATCH] [DomCrawler] Fixing trailing space --- tests/Symfony/Tests/Component/DomCrawler/FormTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Symfony/Tests/Component/DomCrawler/FormTest.php b/tests/Symfony/Tests/Component/DomCrawler/FormTest.php index 2690ba64ea..c995c36388 100644 --- a/tests/Symfony/Tests/Component/DomCrawler/FormTest.php +++ b/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', '
', array(), - '', + '', ), array( 'appends the form values even if the action is empty',