markTestIncomplete('testSetModuleDir is not implemented yet'); } /** * Test for Loader::AddModule() * **/ public function testAddModule() { $this->markTestIncomplete('testAddModule is not implemented yet'); } /** * Test for Loader::LoadClass() * **/ public function testLoadClass() { $this->markTestIncomplete('testLoadClass is not implemented yet'); } /** * Test for Loader::Register() * Note: This method is static! * **/ public function testRegister() { $this->markTestIncomplete('testRegister is not implemented yet'); } /** * Test for Loader::GetInstance() * Note: This method is static! * **/ public function testGetInstance() { $this->markTestIncomplete('testGetInstance is not implemented yet'); } }