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

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

Public Member Functions

 testGet_panel_url_list ()
 m_dom::get_panel_url_list
 testGet_sub_domain_id_and_member_by_name ()
 m_dom::get_sub_domain_id_and_member_by_name
 testHook_menu ()
 m_dom::hook_menu
 testDomains_type_lst ()
 m_dom::domains_type_lst
 testDomains_type_enable_values ()
 m_dom::domains_type_enable_values
 testDomains_type_target_values ()
 m_dom::domains_type_target_values
 testImport_manual_dns_zone ()
 m_dom::import_manual_dns_zone
 testImport_manual_dns_entry ()
 m_dom::import_manual_dns_entry
 testIs_it_a_redirect ()
 m_dom::is_it_a_redirect
 testDomains_type_regenerate ()
 m_dom::domains_type_regenerate
 testDomains_type_get ()
 m_dom::domains_type_get
 testDomains_type_del ()
 m_dom::domains_type_del
 testDomains_type_update ()
 m_dom::domains_type_update
 testSub_domain_change_status ()
 m_dom::sub_domain_change_status
 testEnum_domains ()
 m_dom::enum_domains
 testDel_domain_cancel ()
 m_dom::del_domain_cancel
 testDel_domain ()
 m_dom::del_domain
 testDomshort ()
 m_dom::domshort
 testAdd_domain ()
 m_dom::add_domain
 testCreate_default_subdomains ()
 m_dom::create_default_subdomains
 testDomdefaultdir ()
 m_dom::domdefaultdir
 testDump_axfr ()
 m_dom::dump_axfr
 testLst_default_subdomains ()
 m_dom::lst_default_subdomains
 testUpdate_default_subdomains ()
 m_dom::update_default_subdomains
 testUpdate_one_default ()
 m_dom::update_one_default
 testDel_default_type ()
 m_dom::del_default_type
 testWhois ()
 m_dom::whois
 testCheckmx ()
 m_dom::checkmx
 testGet_domain_all ()
 m_dom::get_domain_all
 testGet_sub_domain_all ()
 m_dom::get_sub_domain_all
 testCheck_type_value ()
 m_dom::check_type_value
 testCan_create_subdomain ()
 m_dom::can_create_subdomain
 testSet_sub_domain ()
 m_dom::set_sub_domain
 testDel_sub_domain ()
 m_dom::del_sub_domain
 testSet_ttl ()
 m_dom::set_ttl
 testEdit_domain ()
 m_dom::edit_domain
 testEnum_slave_ip ()
 m_dom::enum_slave_ip
 testAdd_slave_ip ()
 m_dom::add_slave_ip
 testDel_slave_ip ()
 m_dom::del_slave_ip
 testCheck_slave_account ()
 m_dom::check_slave_account
 testEcho_domain_list ()
 m_dom::echo_domain_list
 testGet_domain_list ()
 m_dom::get_domain_list
 testGet_domain_all_summary ()
 m_dom::get_domain_all_summary
 testGet_domain_byid ()
 m_dom::get_domain_byid
 testGet_domain_byname ()
 m_dom::get_domain_byname
 testCount_domains_all ()
 m_dom::count_domains_all
 testEnum_slave_account ()
 m_dom::enum_slave_account
 testAdd_slave_account ()
 m_dom::add_slave_account
 testDel_slave_account ()
 m_dom::del_slave_account
 testLock ()
 m_dom::lock
 testUnlock ()
 m_dom::unlock
 testHook_dom_add_mx_domain ()
 m_dom::hook_dom_add_mx_domain
 testHook_admin_del_member ()
 m_dom::hook_admin_del_member
 testHook_quota_get ()
 m_dom::hook_quota_get
 testAlternc_export_conf ()
 m_dom::alternc_export_conf
 testGeneration_parameters ()
 m_dom::generation_parameters
 testGeneration_domains_type ()
 m_dom::generation_domains_type
 testGenerate_conf_oldhook ()
 m_dom::generate_conf_oldhook
 testGenerate_apacheconf ()
 m_dom::generate_apacheconf
 testGeneration_todo ()
 m_dom::generation_todo
 testSubdomain_modif_are_done ()
 m_dom::subdomain_modif_are_done
 testSet_dns_action ()
 m_dom::set_dns_action
 testSet_dns_result ()
 m_dom::set_dns_result
 testHook_upnp_list ()
 m_dom::hook_upnp_list
 testGet_problems ()
 m_dom::get_problems
 testDefault_domain_type ()
 m_dom::default_domain_type

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

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

testAdd_domain ( )

m_dom::add_domain

Todo:
Implement testAdd_domain().

Definition at line 251 of file m_domTest.php.

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

m_dom::add_slave_account

Todo:
Implement testAdd_slave_account().

Definition at line 599 of file m_domTest.php.

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

m_dom::add_slave_ip

Todo:
Implement testAdd_slave_ip().

Definition at line 479 of file m_domTest.php.

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

m_dom::alternc_export_conf

Todo:
Implement testAlternc_export_conf().

Definition at line 683 of file m_domTest.php.

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

m_dom::can_create_subdomain

Todo:
Implement testCan_create_subdomain().

Definition at line 407 of file m_domTest.php.

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

m_dom::check_slave_account

Todo:
Implement testCheck_slave_account().

Definition at line 503 of file m_domTest.php.

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

m_dom::check_type_value

Todo:
Implement testCheck_type_value().

Definition at line 395 of file m_domTest.php.

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

m_dom::checkmx

Todo:
Implement testCheckmx().

Definition at line 359 of file m_domTest.php.

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

m_dom::count_domains_all

Todo:
Implement testCount_domains_all().

Definition at line 575 of file m_domTest.php.

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

m_dom::create_default_subdomains

Todo:
Implement testCreate_default_subdomains().

Definition at line 263 of file m_domTest.php.

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

m_dom::default_domain_type

Todo:
Implement testDefault_domain_type().

Definition at line 815 of file m_domTest.php.

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

m_dom::del_default_type

Todo:
Implement testDel_default_type().

Definition at line 335 of file m_domTest.php.

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

m_dom::del_domain

Todo:
Implement testDel_domain().

Definition at line 227 of file m_domTest.php.

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

m_dom::del_domain_cancel

Todo:
Implement testDel_domain_cancel().

Definition at line 215 of file m_domTest.php.

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

m_dom::del_slave_account

Todo:
Implement testDel_slave_account().

Definition at line 611 of file m_domTest.php.

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

m_dom::del_slave_ip

Todo:
Implement testDel_slave_ip().

Definition at line 491 of file m_domTest.php.

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

m_dom::del_sub_domain

Todo:
Implement testDel_sub_domain().

Definition at line 431 of file m_domTest.php.

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

m_dom::domains_type_del

Todo:
Implement testDomains_type_del().

Definition at line 167 of file m_domTest.php.

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

m_dom::domains_type_enable_values

Todo:
Implement testDomains_type_enable_values().

Definition at line 83 of file m_domTest.php.

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

m_dom::domains_type_get

Todo:
Implement testDomains_type_get().

Definition at line 155 of file m_domTest.php.

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

m_dom::domains_type_lst

Todo:
Implement testDomains_type_lst().

Definition at line 71 of file m_domTest.php.

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

m_dom::domains_type_regenerate

Todo:
Implement testDomains_type_regenerate().

Definition at line 143 of file m_domTest.php.

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

m_dom::domains_type_target_values

Todo:
Implement testDomains_type_target_values().

Definition at line 95 of file m_domTest.php.

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

m_dom::domains_type_update

Todo:
Implement testDomains_type_update().

Definition at line 179 of file m_domTest.php.

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

m_dom::domdefaultdir

Todo:
Implement testDomdefaultdir().

Definition at line 275 of file m_domTest.php.

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

m_dom::domshort

Todo:
Implement testDomshort().

Definition at line 239 of file m_domTest.php.

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

m_dom::dump_axfr

Todo:
Implement testDump_axfr().

Definition at line 287 of file m_domTest.php.

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

m_dom::echo_domain_list

Todo:
Implement testEcho_domain_list().

Definition at line 515 of file m_domTest.php.

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

m_dom::edit_domain

Todo:
Implement testEdit_domain().

Definition at line 455 of file m_domTest.php.

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

m_dom::enum_domains

Todo:
Implement testEnum_domains().

Definition at line 203 of file m_domTest.php.

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

m_dom::enum_slave_account

Todo:
Implement testEnum_slave_account().

Definition at line 587 of file m_domTest.php.

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

m_dom::enum_slave_ip

Todo:
Implement testEnum_slave_ip().

Definition at line 467 of file m_domTest.php.

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

m_dom::generate_apacheconf

Todo:
Implement testGenerate_apacheconf().

Definition at line 731 of file m_domTest.php.

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

m_dom::generate_conf_oldhook

Todo:
Implement testGenerate_conf_oldhook().

Definition at line 719 of file m_domTest.php.

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

m_dom::generation_domains_type

Todo:
Implement testGeneration_domains_type().

Definition at line 707 of file m_domTest.php.

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

m_dom::generation_parameters

Todo:
Implement testGeneration_parameters().

Definition at line 695 of file m_domTest.php.

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

m_dom::generation_todo

Todo:
Implement testGeneration_todo().

Definition at line 743 of file m_domTest.php.

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

m_dom::get_domain_all

Todo:
Implement testGet_domain_all().

Definition at line 371 of file m_domTest.php.

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

m_dom::get_domain_all_summary

Todo:
Implement testGet_domain_all_summary().

Definition at line 539 of file m_domTest.php.

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

m_dom::get_domain_byid

Todo:
Implement testGet_domain_byid().

Definition at line 551 of file m_domTest.php.

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

m_dom::get_domain_byname

Todo:
Implement testGet_domain_byname().

Definition at line 563 of file m_domTest.php.

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

m_dom::get_domain_list

Todo:
Implement testGet_domain_list().

Definition at line 527 of file m_domTest.php.

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

m_dom::get_panel_url_list

Todo:
Implement testGet_panel_url_list().

Definition at line 35 of file m_domTest.php.

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

m_dom::get_problems

Todo:
Implement testGet_problems().

Definition at line 803 of file m_domTest.php.

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

m_dom::get_sub_domain_all

Todo:
Implement testGet_sub_domain_all().

Definition at line 383 of file m_domTest.php.

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

m_dom::get_sub_domain_id_and_member_by_name

Todo:
Implement testGet_sub_domain_id_and_member_by_name().

Definition at line 47 of file m_domTest.php.

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

m_dom::hook_admin_del_member

Todo:
Implement testHook_admin_del_member().

Definition at line 659 of file m_domTest.php.

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

m_dom::hook_dom_add_mx_domain

Todo:
Implement testHook_dom_add_mx_domain().

Definition at line 647 of file m_domTest.php.

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

m_dom::hook_menu

Todo:
Implement testHook_menu().

Definition at line 59 of file m_domTest.php.

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

m_dom::hook_quota_get

Todo:
Implement testHook_quota_get().

Definition at line 671 of file m_domTest.php.

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

m_dom::hook_upnp_list

Todo:
Implement testHook_upnp_list().

Definition at line 791 of file m_domTest.php.

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

m_dom::import_manual_dns_entry

Todo:
Implement testImport_manual_dns_entry().

Definition at line 119 of file m_domTest.php.

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

m_dom::import_manual_dns_zone

Todo:
Implement testImport_manual_dns_zone().

Definition at line 107 of file m_domTest.php.

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

m_dom::is_it_a_redirect

Todo:
Implement testIs_it_a_redirect().

Definition at line 131 of file m_domTest.php.

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

m_dom::lock

Todo:
Implement testLock().

Definition at line 623 of file m_domTest.php.

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

m_dom::lst_default_subdomains

Todo:
Implement testLst_default_subdomains().

Definition at line 299 of file m_domTest.php.

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

m_dom::set_dns_action

Todo:
Implement testSet_dns_action().

Definition at line 767 of file m_domTest.php.

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

m_dom::set_dns_result

Todo:
Implement testSet_dns_result().

Definition at line 779 of file m_domTest.php.

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

m_dom::set_sub_domain

Todo:
Implement testSet_sub_domain().

Definition at line 419 of file m_domTest.php.

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

m_dom::set_ttl

Todo:
Implement testSet_ttl().

Definition at line 443 of file m_domTest.php.

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

m_dom::sub_domain_change_status

Todo:
Implement testSub_domain_change_status().

Definition at line 191 of file m_domTest.php.

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

m_dom::subdomain_modif_are_done

Todo:
Implement testSubdomain_modif_are_done().

Definition at line 755 of file m_domTest.php.

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

m_dom::unlock

Todo:
Implement testUnlock().

Definition at line 635 of file m_domTest.php.

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

m_dom::update_default_subdomains

Todo:
Implement testUpdate_default_subdomains().

Definition at line 311 of file m_domTest.php.

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

m_dom::update_one_default

Todo:
Implement testUpdate_one_default().

Definition at line 323 of file m_domTest.php.

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

m_dom::whois

Todo:
Implement testWhois().

Definition at line 347 of file m_domTest.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_domTest.php.


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