Alternc  latest
Alternc logiel libre pour l'hébergement
m_adminTest Class Reference
+ Inheritance diagram for m_adminTest:

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

 $object
 

Detailed Description

Definition at line 8 of file m_adminTest.php.

Member Function Documentation

◆ setUp()

m_adminTest::setUp ( )
protected

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

This method is called before a test is executed.

Definition at line 19 of file m_adminTest.php.

20  {
21  parent::setUp();
22  $this->object = new m_admin;
23  }
Manage the AlternC's account administration (create/edit/delete)
Definition: m_admin.php:26

◆ tearDown()

m_adminTest::tearDown ( )
protected

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

This method is called after a test is executed.

Definition at line 29 of file m_adminTest.php.

30  {
31  parent::tearDown();
32  }

◆ testAdd_mem()

m_adminTest::testAdd_mem ( )

@covers m_admin::add_mem

Todo:
Implement testAdd_mem().

Definition at line 170 of file m_adminTest.php.

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

◆ testAdd_shared_domain()

m_adminTest::testAdd_shared_domain ( )

@covers m_admin::add_shared_domain

Todo:
Implement testAdd_shared_domain().

Definition at line 158 of file m_adminTest.php.

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

◆ testAddtld()

m_adminTest::testAddtld ( )

@covers m_admin::addtld

Todo:
Implement testAddtld().

Definition at line 410 of file m_adminTest.php.

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

◆ testCheckalldom()

m_adminTest::testCheckalldom ( )

@covers m_admin::checkalldom

Todo:
Implement testCheckalldom().

Definition at line 350 of file m_adminTest.php.

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

◆ testCheckcreator()

m_adminTest::testCheckcreator ( )

@covers m_admin::checkcreator

Todo:
Implement testCheckcreator().

Definition at line 146 of file m_adminTest.php.

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

◆ testCheckPolicy()

m_adminTest::testCheckPolicy ( )

@covers m_admin::checkPolicy

Todo:
Implement testCheckPolicy().

Definition at line 470 of file m_adminTest.php.

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

◆ testDel_mem()

m_adminTest::testDel_mem ( )

@covers m_admin::del_mem

Todo:
Implement testDel_mem().

Definition at line 230 of file m_adminTest.php.

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

◆ testDeltld()

m_adminTest::testDeltld ( )

@covers m_admin::deltld

Todo:
Implement testDeltld().

Definition at line 398 of file m_adminTest.php.

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

◆ testDom_list()

m_adminTest::testDom_list ( )

@covers m_admin::dom_list

Todo:
Implement testDom_list().

Definition at line 338 of file m_adminTest.php.

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

◆ testDom_lock()

m_adminTest::testDom_lock ( )

@covers m_admin::dom_lock

Todo:
Implement testDom_lock().

Definition at line 362 of file m_adminTest.php.

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

◆ testEditPolicy()

m_adminTest::testEditPolicy ( )

@covers m_admin::editPolicy

Todo:
Implement testEditPolicy().

Definition at line 458 of file m_adminTest.php.

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

◆ testEdittld()

m_adminTest::testEdittld ( )

@covers m_admin::edittld

Todo:
Implement testEdittld().

Definition at line 422 of file m_adminTest.php.

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

◆ testGet()

m_adminTest::testGet ( )

@covers m_admin::get

Todo:
Implement testGet().

Definition at line 74 of file m_adminTest.php.

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

◆ testGet_creator()

m_adminTest::testGet_creator ( )

@covers m_admin::get_creator

Todo:
Implement testGet_creator().

Definition at line 86 of file m_adminTest.php.

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

◆ testGet_creator_list()

m_adminTest::testGet_creator_list ( )

@covers m_admin::get_creator_list

Todo:
Implement testGet_creator_list().

Definition at line 134 of file m_adminTest.php.

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

◆ testGet_list()

m_adminTest::testGet_list ( )

@covers m_admin::get_list

Todo:
Implement testGet_list().

Definition at line 110 of file m_adminTest.php.

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

◆ testGet_uid_by_login()

m_adminTest::testGet_uid_by_login ( )

@covers m_admin::get_uid_by_login

Todo:
Implement testGet_uid_by_login().

Definition at line 62 of file m_adminTest.php.

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

◆ testGetadmin()

m_adminTest::testGetadmin ( )

@covers m_admin::getadmin

Todo:
Implement testGetadmin().

Definition at line 434 of file m_adminTest.php.

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

◆ testGettld()

m_adminTest::testGettld ( )

@covers m_admin::gettld

Todo:
Implement testGettld().

Definition at line 374 of file m_adminTest.php.

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

◆ testHook_admin_add_member()

m_adminTest::testHook_admin_add_member ( )

@covers m_admin::hook_admin_add_member

Todo:
Implement testHook_admin_add_member().

Definition at line 182 of file m_adminTest.php.

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

◆ testHook_menu()

m_adminTest::testHook_menu ( )

@covers m_admin::hook_menu

Todo:
Implement testHook_menu().

Definition at line 38 of file m_adminTest.php.

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

◆ testListPasswordPolicies()

m_adminTest::testListPasswordPolicies ( )

@covers m_admin::listPasswordPolicies

Todo:
Implement testListPasswordPolicies().

Definition at line 446 of file m_adminTest.php.

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

◆ testListtld()

m_adminTest::testListtld ( )

@covers m_admin::listtld

Todo:
Implement testListtld().

Definition at line 326 of file m_adminTest.php.

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

◆ testLock_mem()

m_adminTest::testLock_mem ( )

@covers m_admin::lock_mem

Todo:
Implement testLock_mem().

Definition at line 206 of file m_adminTest.php.

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

◆ testMailallmembers()

m_adminTest::testMailallmembers ( )

@covers m_admin::mailallmembers

Todo:
Implement testMailallmembers().

Definition at line 122 of file m_adminTest.php.

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

◆ testNormal2su()

m_adminTest::testNormal2su ( )

@covers m_admin::normal2su

Todo:
Implement testNormal2su().

Definition at line 302 of file m_adminTest.php.

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

◆ testOnesu()

m_adminTest::testOnesu ( )

@covers m_admin::onesu

Todo:
Implement testOnesu().

Definition at line 98 of file m_adminTest.php.

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

◆ testRenew_get_expiring_accounts()

m_adminTest::testRenew_get_expiring_accounts ( )

@covers m_admin::renew_get_expiring_accounts

Todo:
Implement testRenew_get_expiring_accounts().

Definition at line 290 of file m_adminTest.php.

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

◆ testRenew_get_expiry()

m_adminTest::testRenew_get_expiry ( )

@covers m_admin::renew_get_expiry

Todo:
Implement testRenew_get_expiry().

Definition at line 266 of file m_adminTest.php.

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

◆ testRenew_get_status()

m_adminTest::testRenew_get_status ( )

@covers m_admin::renew_get_status

Todo:
Implement testRenew_get_status().

Definition at line 278 of file m_adminTest.php.

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

◆ testRenew_mem()

m_adminTest::testRenew_mem ( )

@covers m_admin::renew_mem

Todo:
Implement testRenew_mem().

Definition at line 242 of file m_adminTest.php.

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

◆ testRenew_update()

m_adminTest::testRenew_update ( )

@covers m_admin::renew_update

Todo:
Implement testRenew_update().

Definition at line 254 of file m_adminTest.php.

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

◆ testSelecttldmode()

m_adminTest::testSelecttldmode ( )

@covers m_admin::selecttldmode

Todo:
Implement testSelecttldmode().

Definition at line 386 of file m_adminTest.php.

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

◆ testStop_if_jobs_locked()

m_adminTest::testStop_if_jobs_locked ( )

@covers m_admin::stop_if_jobs_locked

Todo:
Implement testStop_if_jobs_locked().

Definition at line 50 of file m_adminTest.php.

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

◆ testSu2normal()

m_adminTest::testSu2normal ( )

@covers m_admin::su2normal

Todo:
Implement testSu2normal().

Definition at line 314 of file m_adminTest.php.

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

◆ testUnlock_mem()

m_adminTest::testUnlock_mem ( )

@covers m_admin::unlock_mem

Todo:
Implement testUnlock_mem().

Definition at line 218 of file m_adminTest.php.

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

◆ testUpdate_mem()

m_adminTest::testUpdate_mem ( )

@covers m_admin::update_mem

Todo:
Implement testUpdate_mem().

Definition at line 194 of file m_adminTest.php.

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

Member Data Documentation

◆ $object

m_adminTest::$object
protected

Definition at line 13 of file m_adminTest.php.


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