mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 19:50:12 +02:00
Replaced with strict assertions
This commit is contained in:
@@ -20,7 +20,7 @@ class CompositeTest extends TestCase
|
||||
// This is just an example, in a real world scenario it is important to remember that web browsers do not
|
||||
// currently support nested forms
|
||||
|
||||
$this->assertEquals(
|
||||
$this->assertSame(
|
||||
'<form>Email:<input type="text" /><form>Password:<input type="text" /></form></form>',
|
||||
$form->render()
|
||||
);
|
||||
|
Reference in New Issue
Block a user