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