Commit c10e8af8 by Carsten Brandt

fixed array helper test

parent 9288efb9
......@@ -40,6 +40,12 @@ class Post3 extends Object
*/
class ArrayHelperTest extends TestCase
{
protected function setUp()
{
parent::setUp();
$this->mockApplication();
}
public function testToArray()
{
$object = new Post1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment