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