markTestIncomplete('testShowTimeSince is not implemented yet'); } /** * Test for Monlib_Gui_Util::ShowHourMin() * Note: This method is static! * **/ public function testShowHourMin() { $this->markTestIncomplete('testShowHourMin is not implemented yet'); } /** * Test for Monlib_Gui_Util::ShowSeconds() * Note: This method is static! * **/ public function testShowSeconds() { $this->markTestIncomplete('testShowSeconds is not implemented yet'); } /** * Test for Monlib_Gui_Util::ShowTime() * Note: This method is static! * **/ public function testShowTime() { $this->markTestIncomplete('testShowTime is not implemented yet'); } /** * Test for Monlib_Gui_Util::GetHostStateClassName() * Note: This method is static! * **/ public function testGetHostStateClassName() { $this->markTestIncomplete('testGetHostStateClassName is not implemented yet'); } /** * Test for Monlib_Gui_Util::GetHostStateName() * Note: This method is static! * **/ public function testGetHostStateName() { $this->markTestIncomplete('testGetHostStateName is not implemented yet'); } /** * Test for Monlib_Gui_Util::GetServiceStateName() * Note: This method is static! * **/ public function testGetServiceStateName() { $this->markTestIncomplete('testGetServiceStateName is not implemented yet'); } }