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

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

Public Member Functions

 testHook_menu ()
 m_mail::hook_menu
 testGet_total_size_for_domain ()
 m_mail::get_total_size_for_domain
 testCatchall_getinfos ()
 m_mail::catchall_getinfos
 testCatchall_del ()
 m_mail::catchall_del
 testCatchall_set ()
 m_mail::catchall_set
 testHook_quota_get ()
 m_mail::hook_quota_get
 testAlternc_password_policy ()
 m_mail::alternc_password_policy
 testEnum_domains ()
 m_mail::enum_domains
 testAvailable ()
 m_mail::available
 testEnum_domain_mails ()
 m_mail::enum_domain_mails
 testHook_mail_get_details ()
 m_mail::hook_mail_get_details
 testCreate ()
 m_mail::create
 testGet_details ()
 m_mail::get_details
 testIs_it_my_mail ()
 m_mail::is_it_my_mail
 testHook_dom_del_mx_domain ()
 m_mail::hook_dom_del_mx_domain
 testGet_account_by_mail_id ()
 m_mail::get_account_by_mail_id
 testDelete ()
 m_mail::delete
 testUndelete ()
 m_mail::undelete
 testSet_passwd ()
 m_mail::set_passwd
 testEnable ()
 m_mail::enable
 testDisable ()
 m_mail::disable
 testSet_details ()
 m_mail::set_details
 testAdd_wrapper ()
 m_mail::add_wrapper
 testCreate_alias ()
 m_mail::create_alias
 testDel_wrapper ()
 m_mail::del_wrapper
 testAlternc_export_conf ()
 m_mail::alternc_export_conf
 testEnum_slave_account ()
 m_mail::enum_slave_account
 testCheck_slave_account ()
 m_mail::check_slave_account
 testEcho_domain_list ()
 m_mail::echo_domain_list
 testAdd_slave_account ()
 m_mail::add_slave_account
 testDel_slave_account ()
 m_mail::del_slave_account
 testHook_dom_add_slave_domain ()
 m_mail::hook_dom_add_slave_domain
 testHook_dom_add_mx_domain ()
 m_mail::hook_dom_add_mx_domain
 testHook_upnp_list ()
 m_mail::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_mailTest.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_mailTest.php.

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

testAdd_slave_account ( )

m_mail::add_slave_account

Todo:
Implement testAdd_slave_account().

Definition at line 383 of file m_mailTest.php.

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

m_mail::add_wrapper

Todo:
Implement testAdd_wrapper().

Definition at line 299 of file m_mailTest.php.

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

m_mail::alternc_export_conf

Todo:
Implement testAlternc_export_conf().

Definition at line 335 of file m_mailTest.php.

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

m_mail::alternc_password_policy

Todo:
Implement testAlternc_password_policy().

Definition at line 107 of file m_mailTest.php.

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

m_mail::available

Todo:
Implement testAvailable().

Definition at line 131 of file m_mailTest.php.

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

m_mail::catchall_del

Todo:
Implement testCatchall_del().

Definition at line 71 of file m_mailTest.php.

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

m_mail::catchall_getinfos

Todo:
Implement testCatchall_getinfos().

Definition at line 59 of file m_mailTest.php.

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

m_mail::catchall_set

Todo:
Implement testCatchall_set().

Definition at line 83 of file m_mailTest.php.

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

m_mail::check_slave_account

Todo:
Implement testCheck_slave_account().

Definition at line 359 of file m_mailTest.php.

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

m_mail::create

Todo:
Implement testCreate().

Definition at line 167 of file m_mailTest.php.

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

m_mail::create_alias

Todo:
Implement testCreate_alias().

Definition at line 311 of file m_mailTest.php.

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

m_mail::del_slave_account

Todo:
Implement testDel_slave_account().

Definition at line 395 of file m_mailTest.php.

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

m_mail::del_wrapper

Todo:
Implement testDel_wrapper().

Definition at line 323 of file m_mailTest.php.

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

m_mail::delete

Todo:
Implement testDelete().

Definition at line 227 of file m_mailTest.php.

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

m_mail::disable

Todo:
Implement testDisable().

Definition at line 275 of file m_mailTest.php.

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

m_mail::echo_domain_list

Todo:
Implement testEcho_domain_list().

Definition at line 371 of file m_mailTest.php.

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

m_mail::enable

Todo:
Implement testEnable().

Definition at line 263 of file m_mailTest.php.

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

m_mail::enum_domain_mails

Todo:
Implement testEnum_domain_mails().

Definition at line 143 of file m_mailTest.php.

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

m_mail::enum_domains

Todo:
Implement testEnum_domains().

Definition at line 119 of file m_mailTest.php.

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

m_mail::enum_slave_account

Todo:
Implement testEnum_slave_account().

Definition at line 347 of file m_mailTest.php.

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

m_mail::get_account_by_mail_id

Todo:
Implement testGet_account_by_mail_id().

Definition at line 215 of file m_mailTest.php.

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

m_mail::get_details

Todo:
Implement testGet_details().

Definition at line 179 of file m_mailTest.php.

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

m_mail::get_total_size_for_domain

Todo:
Implement testGet_total_size_for_domain().

Definition at line 47 of file m_mailTest.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_mail::hook_dom_add_mx_domain

Todo:
Implement testHook_dom_add_mx_domain().

Definition at line 419 of file m_mailTest.php.

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

m_mail::hook_dom_add_slave_domain

Todo:
Implement testHook_dom_add_slave_domain().

Definition at line 407 of file m_mailTest.php.

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

m_mail::hook_dom_del_mx_domain

Todo:
Implement testHook_dom_del_mx_domain().

Definition at line 203 of file m_mailTest.php.

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

m_mail::hook_mail_get_details

Todo:
Implement testHook_mail_get_details().

Definition at line 155 of file m_mailTest.php.

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

m_mail::hook_menu

Todo:
Implement testHook_menu().

Definition at line 35 of file m_mailTest.php.

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

m_mail::hook_quota_get

Todo:
Implement testHook_quota_get().

Definition at line 95 of file m_mailTest.php.

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

m_mail::hook_upnp_list

Todo:
Implement testHook_upnp_list().

Definition at line 431 of file m_mailTest.php.

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

m_mail::is_it_my_mail

Todo:
Implement testIs_it_my_mail().

Definition at line 191 of file m_mailTest.php.

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

m_mail::set_details

Todo:
Implement testSet_details().

Definition at line 287 of file m_mailTest.php.

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

m_mail::set_passwd

Todo:
Implement testSet_passwd().

Definition at line 251 of file m_mailTest.php.

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

m_mail::undelete

Todo:
Implement testUndelete().

Definition at line 239 of file m_mailTest.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_mailTest.php.


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