mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +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();
|
||||
}
|
||||
|
||||
}
|
@@ -37,4 +37,9 @@ class DecoratorTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertXmlStringEqualsXmlString('<?xml version="1.0"?><foo>bar</foo>', $service->renderData());
|
||||
}
|
||||
|
||||
public function testDecoratorImplementsRenderer()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user