This commit is contained in:
Nicolas Grekas 2018-09-21 14:44:50 +02:00
parent 5d30df78e7
commit 76c2de0317
6 changed files with 119 additions and 119 deletions

View File

@ -940,8 +940,8 @@ class FormTest extends TestCase
<form>
<textarea name="example"></textarea>
</form>
</html>
');
</html>'
);
$nodes = $dom->getElementsByTagName('form');
$form = new Form($nodes->item(0), 'http://example.com');