object = new m_hta; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers m_hta::m_webaccess * @todo Implement testM_webaccess(). */ public function testM_webaccess() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::alternc_password_policy * @todo Implement testAlternc_password_policy(). */ public function testAlternc_password_policy() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::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_hta::CreateDir * @todo Implement testCreateDir(). */ public function testCreateDir() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::ListDir * @todo Implement testListDir(). */ public function testListDir() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::is_protected * @todo Implement testIs_protected(). */ public function testIs_protected() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::get_hta_detail * @todo Implement testGet_hta_detail(). */ public function testGet_hta_detail() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::DelDir * @todo Implement testDelDir(). */ public function testDelDir() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::add_user * @todo Implement testAdd_user(). */ public function testAdd_user() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::del_user * @todo Implement testDel_user(). */ public function testDel_user() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::change_pass * @todo Implement testChange_pass(). */ public function testChange_pass() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hta::_reading_htaccess * @todo Implement test_reading_htaccess(). */ public function test_reading_htaccess() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }