IndentShell = new IndentShell(); } public function testObject() { $this->assertTrue(is_object($this->IndentShell)); $this->assertInstanceOf('IndentShell', $this->IndentShell); } //TODO }