markTestIncomplete('testAddModule is not implemented yet'); } /** * Test for Bootstrap::GetApplicationDir() * **/ public function testGetApplicationDir() { $this->markTestIncomplete('testGetApplicationDir is not implemented yet'); } /** * Test for Bootstrap::GetModuleDir() * **/ public function testGetModuleDir() { $this->markTestIncomplete('testGetModuleDir is not implemented yet'); } /** * Test for Bootstrap::HasModule() * **/ public function testHasModule() { $this->markTestIncomplete('testHasModule is not implemented yet'); } /** * Test for Bootstrap::IsLegacy() * **/ public function testIsLegacy() { $this->markTestIncomplete('testIsLegacy is not implemented yet'); } /** * Test for Bootstrap::IsRunningOnCli() * **/ public function testIsRunningOnCli() { $this->markTestIncomplete('testIsRunningOnCli is not implemented yet'); } /** * Test for Bootstrap::GetLecacyBasedir() * **/ public function testGetLecacyBasedir() { $this->markTestIncomplete('testGetLecacyBasedir is not implemented yet'); } /** * Test for Bootstrap::Dispatch() * **/ public function testDispatch() { $this->markTestIncomplete('testDispatch is not implemented yet'); } /** * Test for Bootstrap::Cli() * Note: This method is static! * **/ public function testCli() { $this->markTestIncomplete('testCli is not implemented yet'); } /** * Test for Bootstrap::ForIcingaWeb1x() * Note: This method is static! * **/ public function testForIcingaWeb1x() { $this->markTestIncomplete('testForIcingaWeb1x is not implemented yet'); } /** * Test for Bootstrap::Web() * Note: This method is static! * **/ public function testWeb() { $this->markTestIncomplete('testWeb is not implemented yet'); } /** * Test for Bootstrap::Embedded() * Note: This method is static! * **/ public function testEmbedded() { $this->markTestIncomplete('testEmbedded is not implemented yet'); } /** * Test for Bootstrap::GetInstance() * Note: This method is static! * **/ public function testGetInstance() { $this->markTestIncomplete('testGetInstance is not implemented yet'); } }