Fix TabTest used with icon class

fixes #4915
This commit is contained in:
Marius Hein 2013-10-18 11:30:17 +02:00
parent c805550662
commit 23de93e400

View File

@ -152,6 +152,7 @@ class TabTest extends PHPUnit_Framework_TestCase
) )
); );
$html = $tab->render(new ViewMock()); $html = $tab->render(new ViewMock());
$this->assertEquals( $this->assertEquals(
1, 1,
preg_match( preg_match(