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

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

Public Member Functions

 testList_ip_whitelist ()
 m_authip::list_ip_whitelist
 testHook_menu ()
 m_authip::hook_menu
 testList_ip ()
 m_authip::list_ip
 testIp_delete ()
 m_authip::ip_delete
 testGet_allowed ()
 m_authip::get_allowed
 testIs_wl ()
 m_authip::is_wl
 testIs_in_subnet ()
 m_authip::is_in_subnet
 testIp_save_whitelist ()
 m_authip::ip_save_whitelist
 testIp_save ()
 m_authip::ip_save
 testAlternc_del_member ()
 m_authip::alternc_del_member
 testGet_auth_class ()
 m_authip::get_auth_class
 testIp_affected_save ()
 m_authip::ip_affected_save
 testIp_affected_delete ()
 m_authip::ip_affected_delete
 testCall_hooks ()
 m_authip::call_hooks
 testList_affected ()
 m_authip::list_affected

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_authipTest.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_authipTest.php.

{
$this->object = new m_authip;
}
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_authipTest.php.

testAlternc_del_member ( )

m_authip::alternc_del_member

Todo:
Implement testAlternc_del_member().

Definition at line 143 of file m_authipTest.php.

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

m_authip::call_hooks

Todo:
Implement testCall_hooks().

Definition at line 191 of file m_authipTest.php.

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

m_authip::get_allowed

Todo:
Implement testGet_allowed().

Definition at line 83 of file m_authipTest.php.

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

m_authip::get_auth_class

Todo:
Implement testGet_auth_class().

Definition at line 155 of file m_authipTest.php.

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

m_authip::hook_menu

Todo:
Implement testHook_menu().

Definition at line 47 of file m_authipTest.php.

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

m_authip::ip_affected_delete

Todo:
Implement testIp_affected_delete().

Definition at line 179 of file m_authipTest.php.

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

m_authip::ip_affected_save

Todo:
Implement testIp_affected_save().

Definition at line 167 of file m_authipTest.php.

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

m_authip::ip_delete

Todo:
Implement testIp_delete().

Definition at line 71 of file m_authipTest.php.

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

m_authip::ip_save

Todo:
Implement testIp_save().

Definition at line 131 of file m_authipTest.php.

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

m_authip::ip_save_whitelist

Todo:
Implement testIp_save_whitelist().

Definition at line 119 of file m_authipTest.php.

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

m_authip::is_in_subnet

Todo:
Implement testIs_in_subnet().

Definition at line 107 of file m_authipTest.php.

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

m_authip::is_wl

Todo:
Implement testIs_wl().

Definition at line 95 of file m_authipTest.php.

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

m_authip::list_affected

Todo:
Implement testList_affected().

Definition at line 203 of file m_authipTest.php.

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

m_authip::list_ip

Todo:
Implement testList_ip().

Definition at line 59 of file m_authipTest.php.

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

m_authip::list_ip_whitelist

Todo:
Implement testList_ip_whitelist().

Definition at line 35 of file m_authipTest.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_authipTest.php.


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