mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-27 06:49:11 +02:00
todo test
This commit is contained in:
@@ -27,4 +27,9 @@ class FormTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertRegExp('#^\s{4}#m', $form->render());
|
||||
}
|
||||
|
||||
public function testFormImplementsFormEelement()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user