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