object = new m_cron; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers m_cron::schedule * @todo Implement testSchedule(). */ public function testSchedule() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_cron::lst_cron * @todo Implement testLst_cron(). */ public function testLst_cron() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_cron::hook_menu * @todo Implement testHook_menu(). */ public function testHook_menu() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_cron::update * @todo Implement testUpdate(). */ public function testUpdate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_cron::delete_one * @todo Implement testDelete_one(). */ public function testDelete_one() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_cron::valid_schedule * @todo Implement testValid_schedule(). */ public function testValid_schedule() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_cron::hook_quota_get * @todo Implement testHook_quota_get(). */ public function testHook_quota_get() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }