Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
m_htaTest Class Reference

Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:58. More...

Public Member Functions

 testM_webaccess ()
 m_hta::m_webaccess
 testAlternc_password_policy ()
 m_hta::alternc_password_policy
 testHook_menu ()
 m_hta::hook_menu
 testCreateDir ()
 m_hta::CreateDir
 testListDir ()
 m_hta::ListDir
 testIs_protected ()
 m_hta::is_protected
 testGet_hta_detail ()
 m_hta::get_hta_detail
 testDelDir ()
 m_hta::DelDir
 testAdd_user ()
 m_hta::add_user
 testDel_user ()
 m_hta::del_user
 testChange_pass ()
 m_hta::change_pass
 test_reading_htaccess ()
 m_hta::_reading_htaccess

Protected Member Functions

 setUp ()
 Sets up the fixture, for example, opens a network connection.
 tearDown ()
 Tears down the fixture, for example, closes a network connection.

Protected Attributes

 $object

Detailed Description

Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:58.

Definition at line 5 of file m_htaTest.php.

Member Function Documentation

setUp ( )
protected

Sets up the fixture, for example, opens a network connection.

This method is called before a test is executed.

Definition at line 16 of file m_htaTest.php.

{
$this->object = new m_hta;
}
tearDown ( )
protected

Tears down the fixture, for example, closes a network connection.

This method is called after a test is executed.

Definition at line 26 of file m_htaTest.php.

test_reading_htaccess ( )

m_hta::_reading_htaccess

Todo:
Implement test_reading_htaccess().

Definition at line 167 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testAdd_user ( )

m_hta::add_user

Todo:
Implement testAdd_user().

Definition at line 131 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testAlternc_password_policy ( )

m_hta::alternc_password_policy

Todo:
Implement testAlternc_password_policy().

Definition at line 47 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testChange_pass ( )

m_hta::change_pass

Todo:
Implement testChange_pass().

Definition at line 155 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testCreateDir ( )

m_hta::CreateDir

Todo:
Implement testCreateDir().

Definition at line 71 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDel_user ( )

m_hta::del_user

Todo:
Implement testDel_user().

Definition at line 143 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDelDir ( )

m_hta::DelDir

Todo:
Implement testDelDir().

Definition at line 119 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGet_hta_detail ( )

m_hta::get_hta_detail

Todo:
Implement testGet_hta_detail().

Definition at line 107 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testHook_menu ( )

m_hta::hook_menu

Todo:
Implement testHook_menu().

Definition at line 59 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testIs_protected ( )

m_hta::is_protected

Todo:
Implement testIs_protected().

Definition at line 95 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testListDir ( )

m_hta::ListDir

Todo:
Implement testListDir().

Definition at line 83 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testM_webaccess ( )

m_hta::m_webaccess

Todo:
Implement testM_webaccess().

Definition at line 35 of file m_htaTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}

Field Documentation

$object
protected

Definition at line 10 of file m_htaTest.php.


The documentation for this class was generated from the following file: