Skip to content
Snippets Groups Projects
Commit 96fd3c00 authored by Carsten  Rose's avatar Carsten Rose
Browse files

SupportTest.php: remove initialization of BuildFormPlain() - not clear if this...

SupportTest.php: remove initialization of BuildFormPlain() - not clear if this was necessary. But latest checks complain about probelms.
parent 78af83bf
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ class SupportTest extends \PHPUnit_Framework_TestCase {
}
public function testWrapTag() {
$build = new \qfq\BuildFormPlain(array(), array(), array());
// $build = new \qfq\BuildFormPlain(array(), array(), array());
$result = Support::wrapTag("<p class='test'>", 'Hello World', false);
$this->assertEquals("<p class='test'>Hello World</p>", $result);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment