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

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

Public Member Functions

 testHook_menu ()
 m_admin::hook_menu
 testStop_if_jobs_locked ()
 m_admin::stop_if_jobs_locked
 testGet_uid_by_login ()
 m_admin::get_uid_by_login
 testGet ()
 m_admin::get
 testGet_creator ()
 m_admin::get_creator
 testOnesu ()
 m_admin::onesu
 testGet_list ()
 m_admin::get_list
 testMailallmembers ()
 m_admin::mailallmembers
 testGet_creator_list ()
 m_admin::get_creator_list
 testCheckcreator ()
 m_admin::checkcreator
 testAdd_shared_domain ()
 m_admin::add_shared_domain
 testAdd_mem ()
 m_admin::add_mem
 testHook_admin_add_member ()
 m_admin::hook_admin_add_member
 testUpdate_mem ()
 m_admin::update_mem
 testLock_mem ()
 m_admin::lock_mem
 testUnlock_mem ()
 m_admin::unlock_mem
 testDel_mem ()
 m_admin::del_mem
 testRenew_mem ()
 m_admin::renew_mem
 testRenew_update ()
 m_admin::renew_update
 testRenew_get_expiry ()
 m_admin::renew_get_expiry
 testRenew_get_status ()
 m_admin::renew_get_status
 testRenew_get_expiring_accounts ()
 m_admin::renew_get_expiring_accounts
 testNormal2su ()
 m_admin::normal2su
 testSu2normal ()
 m_admin::su2normal
 testListtld ()
 m_admin::listtld
 testDom_list ()
 m_admin::dom_list
 testCheckalldom ()
 m_admin::checkalldom
 testDom_lock ()
 m_admin::dom_lock
 testGettld ()
 m_admin::gettld
 testSelecttldmode ()
 m_admin::selecttldmode
 testDeltld ()
 m_admin::deltld
 testAddtld ()
 m_admin::addtld
 testEdittld ()
 m_admin::edittld
 testGetadmin ()
 m_admin::getadmin
 testListPasswordPolicies ()
 m_admin::listPasswordPolicies
 testEditPolicy ()
 m_admin::editPolicy
 testCheckPolicy ()
 m_admin::checkPolicy
 testHook_upnp_list ()
 m_admin::hook_upnp_list

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

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

testAdd_mem ( )

m_admin::add_mem

Todo:
Implement testAdd_mem().

Definition at line 167 of file m_adminTest.php.

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

m_admin::add_shared_domain

Todo:
Implement testAdd_shared_domain().

Definition at line 155 of file m_adminTest.php.

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

m_admin::addtld

Todo:
Implement testAddtld().

Definition at line 407 of file m_adminTest.php.

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

m_admin::checkalldom

Todo:
Implement testCheckalldom().

Definition at line 347 of file m_adminTest.php.

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

m_admin::checkcreator

Todo:
Implement testCheckcreator().

Definition at line 143 of file m_adminTest.php.

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

m_admin::checkPolicy

Todo:
Implement testCheckPolicy().

Definition at line 467 of file m_adminTest.php.

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

m_admin::del_mem

Todo:
Implement testDel_mem().

Definition at line 227 of file m_adminTest.php.

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

m_admin::deltld

Todo:
Implement testDeltld().

Definition at line 395 of file m_adminTest.php.

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

m_admin::dom_list

Todo:
Implement testDom_list().

Definition at line 335 of file m_adminTest.php.

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

m_admin::dom_lock

Todo:
Implement testDom_lock().

Definition at line 359 of file m_adminTest.php.

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

m_admin::editPolicy

Todo:
Implement testEditPolicy().

Definition at line 455 of file m_adminTest.php.

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

m_admin::edittld

Todo:
Implement testEdittld().

Definition at line 419 of file m_adminTest.php.

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

m_admin::get

Todo:
Implement testGet().

Definition at line 71 of file m_adminTest.php.

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

m_admin::get_creator

Todo:
Implement testGet_creator().

Definition at line 83 of file m_adminTest.php.

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

m_admin::get_creator_list

Todo:
Implement testGet_creator_list().

Definition at line 131 of file m_adminTest.php.

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

m_admin::get_list

Todo:
Implement testGet_list().

Definition at line 107 of file m_adminTest.php.

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

m_admin::get_uid_by_login

Todo:
Implement testGet_uid_by_login().

Definition at line 59 of file m_adminTest.php.

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

m_admin::getadmin

Todo:
Implement testGetadmin().

Definition at line 431 of file m_adminTest.php.

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

m_admin::gettld

Todo:
Implement testGettld().

Definition at line 371 of file m_adminTest.php.

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

m_admin::hook_admin_add_member

Todo:
Implement testHook_admin_add_member().

Definition at line 179 of file m_adminTest.php.

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

m_admin::hook_menu

Todo:
Implement testHook_menu().

Definition at line 35 of file m_adminTest.php.

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

m_admin::hook_upnp_list

Todo:
Implement testHook_upnp_list().

Definition at line 479 of file m_adminTest.php.

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

m_admin::listPasswordPolicies

Todo:
Implement testListPasswordPolicies().

Definition at line 443 of file m_adminTest.php.

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

m_admin::listtld

Todo:
Implement testListtld().

Definition at line 323 of file m_adminTest.php.

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

m_admin::lock_mem

Todo:
Implement testLock_mem().

Definition at line 203 of file m_adminTest.php.

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

m_admin::mailallmembers

Todo:
Implement testMailallmembers().

Definition at line 119 of file m_adminTest.php.

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

m_admin::normal2su

Todo:
Implement testNormal2su().

Definition at line 299 of file m_adminTest.php.

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

m_admin::onesu

Todo:
Implement testOnesu().

Definition at line 95 of file m_adminTest.php.

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

m_admin::renew_get_expiring_accounts

Todo:
Implement testRenew_get_expiring_accounts().

Definition at line 287 of file m_adminTest.php.

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

m_admin::renew_get_expiry

Todo:
Implement testRenew_get_expiry().

Definition at line 263 of file m_adminTest.php.

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

m_admin::renew_get_status

Todo:
Implement testRenew_get_status().

Definition at line 275 of file m_adminTest.php.

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

m_admin::renew_mem

Todo:
Implement testRenew_mem().

Definition at line 239 of file m_adminTest.php.

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

m_admin::renew_update

Todo:
Implement testRenew_update().

Definition at line 251 of file m_adminTest.php.

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

m_admin::selecttldmode

Todo:
Implement testSelecttldmode().

Definition at line 383 of file m_adminTest.php.

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

m_admin::stop_if_jobs_locked

Todo:
Implement testStop_if_jobs_locked().

Definition at line 47 of file m_adminTest.php.

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

m_admin::su2normal

Todo:
Implement testSu2normal().

Definition at line 311 of file m_adminTest.php.

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

m_admin::unlock_mem

Todo:
Implement testUnlock_mem().

Definition at line 215 of file m_adminTest.php.

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

m_admin::update_mem

Todo:
Implement testUpdate_mem().

Definition at line 191 of file m_adminTest.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_adminTest.php.


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