[DomCrawler] Fixing trailing space

This commit is contained in:
Jordi Boggiano 2010-09-02 20:48:11 +02:00 committed by Fabien Potencier
parent 2ab59791c6
commit 20ca97c5b3

View File

@ -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',