Alternc  latest
Alternc logiel libre pour l'hébergement
m_lxcTest.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:58.
4  */
5 use PHPUnit\Framework\TestCase;
6 
7 class m_lxcTest extends TestCase
8 {
9  /**
10  * @var m_lxc
11  */
12  protected $object;
13 
14  /**
15  * Sets up the fixture, for example, opens a network connection.
16  * This method is called before a test is executed.
17  */
18  protected function setUp()
19  {
20  parent::setUp();
21  $this->object = new m_lxc;
22  }
23 
24  /**
25  * Tears down the fixture, for example, closes a network connection.
26  * This method is called after a test is executed.
27  */
28  protected function tearDown()
29  {
30  parent::tearDown();
31  }
32 
33  /**
34  * @covers m_lxc::hook_menu
35  * @todo Implement testHook_menu().
36  */
37  public function testHook_menu()
38  {
39  // Remove the following lines when you implement this test.
40  $this->markTestIncomplete(
41  'This test has not been implemented yet.'
42  );
43  }
44 
45  /**
46  * @covers m_lxc::hook_admin_del_member
47  * @todo Implement testHook_admin_del_member().
48  */
49  public function testHook_admin_del_member()
50  {
51  // Remove the following lines when you implement this test.
52  $this->markTestIncomplete(
53  'This test has not been implemented yet.'
54  );
55  }
56 
57  /**
58  * @covers m_lxc::start
59  * @todo Implement testStart().
60  */
61  public function testStart()
62  {
63  // Remove the following lines when you implement this test.
64  $this->markTestIncomplete(
65  'This test has not been implemented yet.'
66  );
67  }
68 
69  /**
70  * @covers m_lxc::getvm
71  * @todo Implement testGetvm().
72  */
73  public function testGetvm()
74  {
75  // Remove the following lines when you implement this test.
76  $this->markTestIncomplete(
77  'This test has not been implemented yet.'
78  );
79  }
80 
81  /**
82  * @covers m_lxc::stop
83  * @todo Implement testStop().
84  */
85  public function testStop()
86  {
87  // Remove the following lines when you implement this test.
88  $this->markTestIncomplete(
89  'This test has not been implemented yet.'
90  );
91  }
92 }
Manage AlternC's virtual machine (Containers) start/stop using our own inetd-based protocol.
Definition: m_lxc.php:28
testHook_admin_del_member()
@covers m_lxc::hook_admin_del_member
Definition: m_lxcTest.php:49
setUp()
Sets up the fixture, for example, opens a network connection.
Definition: m_lxcTest.php:18
tearDown()
Tears down the fixture, for example, closes a network connection.
Definition: m_lxcTest.php:28
testGetvm()
@covers m_lxc::getvm
Definition: m_lxcTest.php:73
testStart()
@covers m_lxc::start
Definition: m_lxcTest.php:61
testStop()
@covers m_lxc::stop
Definition: m_lxcTest.php:85
testHook_menu()
@covers m_lxc::hook_menu
Definition: m_lxcTest.php:37