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