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

Public Member Functions

 testGet_panel_url_list ()
 @covers m_dom::get_panel_url_list More...
 
 testGet_sub_domain_id_and_member_by_name ()
 @covers m_dom::get_sub_domain_id_and_member_by_name More...
 
 testHook_menu ()
 @covers m_dom::hook_menu More...
 
 testDomains_type_lst ()
 @covers m_dom::domains_type_lst More...
 
 testDomains_type_enable_values ()
 @covers m_dom::domains_type_enable_values More...
 
 testDomains_type_target_values ()
 @covers m_dom::domains_type_target_values More...
 
 testImport_manual_dns_zone ()
 @covers m_dom::import_manual_dns_zone More...
 
 testImport_manual_dns_entry ()
 @covers m_dom::import_manual_dns_entry More...
 
 testIs_it_a_redirect ()
 @covers m_dom::is_it_a_redirect More...
 
 testDomains_type_regenerate ()
 @covers m_dom::domains_type_regenerate More...
 
 testDomains_type_get ()
 @covers m_dom::domains_type_get More...
 
 testDomains_type_del ()
 @covers m_dom::domains_type_del More...
 
 testDomains_type_update ()
 @covers m_dom::domains_type_update More...
 
 testSub_domain_change_status ()
 @covers m_dom::sub_domain_change_status More...
 
 testEnum_domains ()
 @covers m_dom::enum_domains More...
 
 testDel_domain_cancel ()
 @covers m_dom::del_domain_cancel More...
 
 testDel_domain ()
 @covers m_dom::del_domain More...
 
 testDomshort ()
 @covers m_dom::domshort More...
 
 testAdd_domain ()
 @covers m_dom::add_domain More...
 
 testCreate_default_subdomains ()
 @covers m_dom::create_default_subdomains More...
 
 testDomdefaultdir ()
 @covers m_dom::domdefaultdir More...
 
 testDump_axfr ()
 @covers m_dom::dump_axfr More...
 
 testLst_default_subdomains ()
 @covers m_dom::lst_default_subdomains More...
 
 testUpdate_default_subdomains ()
 @covers m_dom::update_default_subdomains More...
 
 testUpdate_one_default ()
 @covers m_dom::update_one_default More...
 
 testDel_default_type ()
 @covers m_dom::del_default_type More...
 
 testWhois ()
 @covers m_dom::whois More...
 
 testCheckmx ()
 @covers m_dom::checkmx More...
 
 testGet_domain_all ()
 @covers m_dom::get_domain_all More...
 
 testGet_sub_domain_all ()
 @covers m_dom::get_sub_domain_all More...
 
 testCheck_type_value ()
 @covers m_dom::check_type_value More...
 
 testCan_create_subdomain ()
 @covers m_dom::can_create_subdomain More...
 
 testSet_sub_domain ()
 @covers m_dom::set_sub_domain More...
 
 testDel_sub_domain ()
 @covers m_dom::del_sub_domain More...
 
 testSet_ttl ()
 @covers m_dom::set_ttl More...
 
 testEdit_domain ()
 @covers m_dom::edit_domain More...
 
 testEnum_slave_ip ()
 @covers m_dom::enum_slave_ip More...
 
 testAdd_slave_ip ()
 @covers m_dom::add_slave_ip More...
 
 testDel_slave_ip ()
 @covers m_dom::del_slave_ip More...
 
 testCheck_slave_account ()
 @covers m_dom::check_slave_account More...
 
 testEcho_domain_list ()
 @covers m_dom::echo_domain_list More...
 
 testGet_domain_list ()
 @covers m_dom::get_domain_list More...
 
 testGet_domain_all_summary ()
 @covers m_dom::get_domain_all_summary More...
 
 testGet_domain_byid ()
 @covers m_dom::get_domain_byid More...
 
 testGet_domain_byname ()
 @covers m_dom::get_domain_byname More...
 
 testCount_domains_all ()
 @covers m_dom::count_domains_all More...
 
 testEnum_slave_account ()
 @covers m_dom::enum_slave_account More...
 
 testAdd_slave_account ()
 @covers m_dom::add_slave_account More...
 
 testDel_slave_account ()
 @covers m_dom::del_slave_account More...
 
 testLock ()
 @covers m_dom::lock More...
 
 testUnlock ()
 @covers m_dom::unlock More...
 
 testHook_dom_add_mx_domain ()
 @covers m_dom::hook_dom_add_mx_domain More...
 
 testHook_admin_del_member ()
 @covers m_dom::hook_admin_del_member More...
 
 testHook_quota_get ()
 @covers m_dom::hook_quota_get More...
 
 testAlternc_export_conf ()
 @covers m_dom::alternc_export_conf More...
 
 testGet_problems ()
 @covers m_dom::get_problems More...
 
 testDefault_domain_type ()
 @covers m_dom::default_domain_type 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 7 of file m_domTest.php.

Member Function Documentation

◆ setUp()

m_domTest::setUp ( )
protected

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

This method is called before a test is executed.

Definition at line 18 of file m_domTest.php.

19  {
20  parent::setUp();
21  $this->object = new m_dom;
22  }
Classe de gestion des domaines de l'hébergé.
Definition: m_dom.php:31

◆ tearDown()

m_domTest::tearDown ( )
protected

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

This method is called after a test is executed.

Definition at line 28 of file m_domTest.php.

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

◆ testAdd_domain()

m_domTest::testAdd_domain ( )

@covers m_dom::add_domain

Todo:
Implement testAdd_domain().

Definition at line 253 of file m_domTest.php.

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

◆ testAdd_slave_account()

m_domTest::testAdd_slave_account ( )

@covers m_dom::add_slave_account

Todo:
Implement testAdd_slave_account().

Definition at line 601 of file m_domTest.php.

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

◆ testAdd_slave_ip()

m_domTest::testAdd_slave_ip ( )

@covers m_dom::add_slave_ip

Todo:
Implement testAdd_slave_ip().

Definition at line 481 of file m_domTest.php.

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

◆ testAlternc_export_conf()

m_domTest::testAlternc_export_conf ( )

@covers m_dom::alternc_export_conf

Todo:
Implement testAlternc_export_conf().

Definition at line 685 of file m_domTest.php.

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

◆ testCan_create_subdomain()

m_domTest::testCan_create_subdomain ( )

@covers m_dom::can_create_subdomain

Todo:
Implement testCan_create_subdomain().

Definition at line 409 of file m_domTest.php.

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

◆ testCheck_slave_account()

m_domTest::testCheck_slave_account ( )

@covers m_dom::check_slave_account

Todo:
Implement testCheck_slave_account().

Definition at line 505 of file m_domTest.php.

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

◆ testCheck_type_value()

m_domTest::testCheck_type_value ( )

@covers m_dom::check_type_value

Todo:
Implement testCheck_type_value().

Definition at line 397 of file m_domTest.php.

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

◆ testCheckmx()

m_domTest::testCheckmx ( )

@covers m_dom::checkmx

Todo:
Implement testCheckmx().

Definition at line 361 of file m_domTest.php.

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

◆ testCount_domains_all()

m_domTest::testCount_domains_all ( )

@covers m_dom::count_domains_all

Todo:
Implement testCount_domains_all().

Definition at line 577 of file m_domTest.php.

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

◆ testCreate_default_subdomains()

m_domTest::testCreate_default_subdomains ( )

@covers m_dom::create_default_subdomains

Todo:
Implement testCreate_default_subdomains().

Definition at line 265 of file m_domTest.php.

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

◆ testDefault_domain_type()

m_domTest::testDefault_domain_type ( )

@covers m_dom::default_domain_type

Todo:
Implement testDefault_domain_type().

Definition at line 710 of file m_domTest.php.

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

◆ testDel_default_type()

m_domTest::testDel_default_type ( )

@covers m_dom::del_default_type

Todo:
Implement testDel_default_type().

Definition at line 337 of file m_domTest.php.

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

◆ testDel_domain()

m_domTest::testDel_domain ( )

@covers m_dom::del_domain

Todo:
Implement testDel_domain().

Definition at line 229 of file m_domTest.php.

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

◆ testDel_domain_cancel()

m_domTest::testDel_domain_cancel ( )

@covers m_dom::del_domain_cancel

Todo:
Implement testDel_domain_cancel().

Definition at line 217 of file m_domTest.php.

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

◆ testDel_slave_account()

m_domTest::testDel_slave_account ( )

@covers m_dom::del_slave_account

Todo:
Implement testDel_slave_account().

Definition at line 613 of file m_domTest.php.

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

◆ testDel_slave_ip()

m_domTest::testDel_slave_ip ( )

@covers m_dom::del_slave_ip

Todo:
Implement testDel_slave_ip().

Definition at line 493 of file m_domTest.php.

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

◆ testDel_sub_domain()

m_domTest::testDel_sub_domain ( )

@covers m_dom::del_sub_domain

Todo:
Implement testDel_sub_domain().

Definition at line 433 of file m_domTest.php.

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

◆ testDomains_type_del()

m_domTest::testDomains_type_del ( )

@covers m_dom::domains_type_del

Todo:
Implement testDomains_type_del().

Definition at line 169 of file m_domTest.php.

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

◆ testDomains_type_enable_values()

m_domTest::testDomains_type_enable_values ( )

@covers m_dom::domains_type_enable_values

Todo:
Implement testDomains_type_enable_values().

Definition at line 85 of file m_domTest.php.

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

◆ testDomains_type_get()

m_domTest::testDomains_type_get ( )

@covers m_dom::domains_type_get

Todo:
Implement testDomains_type_get().

Definition at line 157 of file m_domTest.php.

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

◆ testDomains_type_lst()

m_domTest::testDomains_type_lst ( )

@covers m_dom::domains_type_lst

Todo:
Implement testDomains_type_lst().

Definition at line 73 of file m_domTest.php.

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

◆ testDomains_type_regenerate()

m_domTest::testDomains_type_regenerate ( )

@covers m_dom::domains_type_regenerate

Todo:
Implement testDomains_type_regenerate().

Definition at line 145 of file m_domTest.php.

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

◆ testDomains_type_target_values()

m_domTest::testDomains_type_target_values ( )

@covers m_dom::domains_type_target_values

Todo:
Implement testDomains_type_target_values().

Definition at line 97 of file m_domTest.php.

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

◆ testDomains_type_update()

m_domTest::testDomains_type_update ( )

@covers m_dom::domains_type_update

Todo:
Implement testDomains_type_update().

Definition at line 181 of file m_domTest.php.

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

◆ testDomdefaultdir()

m_domTest::testDomdefaultdir ( )

@covers m_dom::domdefaultdir

Todo:
Implement testDomdefaultdir().

Definition at line 277 of file m_domTest.php.

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

◆ testDomshort()

m_domTest::testDomshort ( )

@covers m_dom::domshort

Todo:
Implement testDomshort().

Definition at line 241 of file m_domTest.php.

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

◆ testDump_axfr()

m_domTest::testDump_axfr ( )

@covers m_dom::dump_axfr

Todo:
Implement testDump_axfr().

Definition at line 289 of file m_domTest.php.

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

◆ testEcho_domain_list()

m_domTest::testEcho_domain_list ( )

@covers m_dom::echo_domain_list

Todo:
Implement testEcho_domain_list().

Definition at line 517 of file m_domTest.php.

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

◆ testEdit_domain()

m_domTest::testEdit_domain ( )

@covers m_dom::edit_domain

Todo:
Implement testEdit_domain().

Definition at line 457 of file m_domTest.php.

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

◆ testEnum_domains()

m_domTest::testEnum_domains ( )

@covers m_dom::enum_domains

Todo:
Implement testEnum_domains().

Definition at line 205 of file m_domTest.php.

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

◆ testEnum_slave_account()

m_domTest::testEnum_slave_account ( )

@covers m_dom::enum_slave_account

Todo:
Implement testEnum_slave_account().

Definition at line 589 of file m_domTest.php.

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

◆ testEnum_slave_ip()

m_domTest::testEnum_slave_ip ( )

@covers m_dom::enum_slave_ip

Todo:
Implement testEnum_slave_ip().

Definition at line 469 of file m_domTest.php.

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

◆ testGet_domain_all()

m_domTest::testGet_domain_all ( )

@covers m_dom::get_domain_all

Todo:
Implement testGet_domain_all().

Definition at line 373 of file m_domTest.php.

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

◆ testGet_domain_all_summary()

m_domTest::testGet_domain_all_summary ( )

@covers m_dom::get_domain_all_summary

Todo:
Implement testGet_domain_all_summary().

Definition at line 541 of file m_domTest.php.

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

◆ testGet_domain_byid()

m_domTest::testGet_domain_byid ( )

@covers m_dom::get_domain_byid

Todo:
Implement testGet_domain_byid().

Definition at line 553 of file m_domTest.php.

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

◆ testGet_domain_byname()

m_domTest::testGet_domain_byname ( )

@covers m_dom::get_domain_byname

Todo:
Implement testGet_domain_byname().

Definition at line 565 of file m_domTest.php.

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

◆ testGet_domain_list()

m_domTest::testGet_domain_list ( )

@covers m_dom::get_domain_list

Todo:
Implement testGet_domain_list().

Definition at line 529 of file m_domTest.php.

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

◆ testGet_panel_url_list()

m_domTest::testGet_panel_url_list ( )

@covers m_dom::get_panel_url_list

Todo:
Implement testGet_panel_url_list().

Definition at line 37 of file m_domTest.php.

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

◆ testGet_problems()

m_domTest::testGet_problems ( )

@covers m_dom::get_problems

Todo:
Implement testGet_problems().

Definition at line 698 of file m_domTest.php.

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

◆ testGet_sub_domain_all()

m_domTest::testGet_sub_domain_all ( )

@covers m_dom::get_sub_domain_all

Todo:
Implement testGet_sub_domain_all().

Definition at line 385 of file m_domTest.php.

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

◆ testGet_sub_domain_id_and_member_by_name()

m_domTest::testGet_sub_domain_id_and_member_by_name ( )

@covers m_dom::get_sub_domain_id_and_member_by_name

Todo:
Implement testGet_sub_domain_id_and_member_by_name().

Definition at line 49 of file m_domTest.php.

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

◆ testHook_admin_del_member()

m_domTest::testHook_admin_del_member ( )

@covers m_dom::hook_admin_del_member

Todo:
Implement testHook_admin_del_member().

Definition at line 661 of file m_domTest.php.

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

◆ testHook_dom_add_mx_domain()

m_domTest::testHook_dom_add_mx_domain ( )

@covers m_dom::hook_dom_add_mx_domain

Todo:
Implement testHook_dom_add_mx_domain().

Definition at line 649 of file m_domTest.php.

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

◆ testHook_menu()

m_domTest::testHook_menu ( )

@covers m_dom::hook_menu

Todo:
Implement testHook_menu().

Definition at line 61 of file m_domTest.php.

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

◆ testHook_quota_get()

m_domTest::testHook_quota_get ( )

@covers m_dom::hook_quota_get

Todo:
Implement testHook_quota_get().

Definition at line 673 of file m_domTest.php.

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

◆ testImport_manual_dns_entry()

m_domTest::testImport_manual_dns_entry ( )

@covers m_dom::import_manual_dns_entry

Todo:
Implement testImport_manual_dns_entry().

Definition at line 121 of file m_domTest.php.

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

◆ testImport_manual_dns_zone()

m_domTest::testImport_manual_dns_zone ( )

@covers m_dom::import_manual_dns_zone

Todo:
Implement testImport_manual_dns_zone().

Definition at line 109 of file m_domTest.php.

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

◆ testIs_it_a_redirect()

m_domTest::testIs_it_a_redirect ( )

@covers m_dom::is_it_a_redirect

Todo:
Implement testIs_it_a_redirect().

Definition at line 133 of file m_domTest.php.

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

◆ testLock()

m_domTest::testLock ( )

@covers m_dom::lock

Todo:
Implement testLock().

Definition at line 625 of file m_domTest.php.

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

◆ testLst_default_subdomains()

m_domTest::testLst_default_subdomains ( )

@covers m_dom::lst_default_subdomains

Todo:
Implement testLst_default_subdomains().

Definition at line 301 of file m_domTest.php.

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

◆ testSet_sub_domain()

m_domTest::testSet_sub_domain ( )

@covers m_dom::set_sub_domain

Todo:
Implement testSet_sub_domain().

Definition at line 421 of file m_domTest.php.

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

◆ testSet_ttl()

m_domTest::testSet_ttl ( )

@covers m_dom::set_ttl

Todo:
Implement testSet_ttl().

Definition at line 445 of file m_domTest.php.

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

◆ testSub_domain_change_status()

m_domTest::testSub_domain_change_status ( )

@covers m_dom::sub_domain_change_status

Todo:
Implement testSub_domain_change_status().

Definition at line 193 of file m_domTest.php.

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

◆ testUnlock()

m_domTest::testUnlock ( )

@covers m_dom::unlock

Todo:
Implement testUnlock().

Definition at line 637 of file m_domTest.php.

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

◆ testUpdate_default_subdomains()

m_domTest::testUpdate_default_subdomains ( )

@covers m_dom::update_default_subdomains

Todo:
Implement testUpdate_default_subdomains().

Definition at line 313 of file m_domTest.php.

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

◆ testUpdate_one_default()

m_domTest::testUpdate_one_default ( )

@covers m_dom::update_one_default

Todo:
Implement testUpdate_one_default().

Definition at line 325 of file m_domTest.php.

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

◆ testWhois()

m_domTest::testWhois ( )

@covers m_dom::whois

Todo:
Implement testWhois().

Definition at line 349 of file m_domTest.php.

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

Member Data Documentation

◆ $object

m_domTest::$object
protected

Definition at line 12 of file m_domTest.php.


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