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