We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97c5078 + 4f7d797 commit b7d6794Copy full SHA for b7d6794
Structural/Composite/Tests/CompositeTest.php
@@ -16,6 +16,9 @@ public function testRender()
16
$embed->addElement(new Composite\InputElement());
17
$form->addElement($embed);
18
19
+ // This is just an example, in a real world scenario it is important to remember that web browsers do not
20
+ // currently support nested forms
21
+
22
$this->assertEquals(
23
'<form>Email:<input type="text" /><form>Password:<input type="text" /></form></form>',
24
$form->render()
0 commit comments