FormExt = new FormExtHelper(new View(null)); } public function tearDown() { } public function testObject() { $this->assertTrue(is_a($this->FormExt, 'FormExtHelper')); } public function testX() { //TODO } }