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