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