Browse Source

fixed array helper test

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
c10e8af824
  1. 6
      tests/unit/framework/helpers/ArrayHelperTest.php

6
tests/unit/framework/helpers/ArrayHelperTest.php

@ -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;

Loading…
Cancel
Save