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

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

Public Member Functions

 testAlternc_password_policy ()
 m_ftp::alternc_password_policy
 testHook_menu ()
 m_ftp::hook_menu
 testAuthip_class ()
 m_ftp::authip_class
 testSwitch_enabled ()
 m_ftp::switch_enabled
 testGet_list ()
 m_ftp::get_list
 testGet_ftp_details ()
 m_ftp::get_ftp_details
 testPrefix_list ()
 m_ftp::prefix_list
 testCheck_login ()
 m_ftp::check_login
 testSelect_prefix_list ()
 m_ftp::select_prefix_list
 testPut_ftp_details ()
 m_ftp::put_ftp_details
 testDelete_ftp ()
 m_ftp::delete_ftp
 testAdd_ftp ()
 m_ftp::add_ftp
 testIs_ftp ()
 m_ftp::is_ftp
 testAlternc_del_domain ()
 m_ftp::alternc_del_domain
 testAlternc_del_member ()
 m_ftp::alternc_del_member
 testHook_quota_get ()
 m_ftp::hook_quota_get
 testAlternc_export_conf ()
 m_ftp::alternc_export_conf
 testHook_upnp_list ()
 m_ftp::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_ftpTest.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_ftpTest.php.

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

testAdd_ftp ( )

m_ftp::add_ftp

Todo:
Implement testAdd_ftp().

Definition at line 167 of file m_ftpTest.php.

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

m_ftp::alternc_del_domain

Todo:
Implement testAlternc_del_domain().

Definition at line 191 of file m_ftpTest.php.

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

m_ftp::alternc_del_member

Todo:
Implement testAlternc_del_member().

Definition at line 203 of file m_ftpTest.php.

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

m_ftp::alternc_export_conf

Todo:
Implement testAlternc_export_conf().

Definition at line 227 of file m_ftpTest.php.

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

m_ftp::alternc_password_policy

Todo:
Implement testAlternc_password_policy().

Definition at line 35 of file m_ftpTest.php.

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

m_ftp::authip_class

Todo:
Implement testAuthip_class().

Definition at line 59 of file m_ftpTest.php.

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

m_ftp::check_login

Todo:
Implement testCheck_login().

Definition at line 119 of file m_ftpTest.php.

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

m_ftp::delete_ftp

Todo:
Implement testDelete_ftp().

Definition at line 155 of file m_ftpTest.php.

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

m_ftp::get_ftp_details

Todo:
Implement testGet_ftp_details().

Definition at line 95 of file m_ftpTest.php.

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

m_ftp::get_list

Todo:
Implement testGet_list().

Definition at line 83 of file m_ftpTest.php.

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

m_ftp::hook_menu

Todo:
Implement testHook_menu().

Definition at line 47 of file m_ftpTest.php.

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

m_ftp::hook_quota_get

Todo:
Implement testHook_quota_get().

Definition at line 215 of file m_ftpTest.php.

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

m_ftp::hook_upnp_list

Todo:
Implement testHook_upnp_list().

Definition at line 239 of file m_ftpTest.php.

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

m_ftp::is_ftp

Todo:
Implement testIs_ftp().

Definition at line 179 of file m_ftpTest.php.

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

m_ftp::prefix_list

Todo:
Implement testPrefix_list().

Definition at line 107 of file m_ftpTest.php.

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

m_ftp::put_ftp_details

Todo:
Implement testPut_ftp_details().

Definition at line 143 of file m_ftpTest.php.

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

m_ftp::select_prefix_list

Todo:
Implement testSelect_prefix_list().

Definition at line 131 of file m_ftpTest.php.

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

m_ftp::switch_enabled

Todo:
Implement testSwitch_enabled().

Definition at line 71 of file m_ftpTest.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_ftpTest.php.


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