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

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

Public Member Functions

 testHook_menu ()
 m_lxc::hook_menu
 testHook_admin_del_member ()
 m_lxc::hook_admin_del_member
 testStart ()
 m_lxc::start
 testGetvm ()
 m_lxc::getvm
 testStop ()
 m_lxc::stop

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

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

testGetvm ( )

m_lxc::getvm

Todo:
Implement testGetvm().

Definition at line 71 of file m_lxcTest.php.

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

m_lxc::hook_admin_del_member

Todo:
Implement testHook_admin_del_member().

Definition at line 47 of file m_lxcTest.php.

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

m_lxc::hook_menu

Todo:
Implement testHook_menu().

Definition at line 35 of file m_lxcTest.php.

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

m_lxc::start

Todo:
Implement testStart().

Definition at line 59 of file m_lxcTest.php.

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

m_lxc::stop

Todo:
Implement testStop().

Definition at line 83 of file m_lxcTest.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_lxcTest.php.


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