Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
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 class m_lxcTest extends PHPUnit_Framework_TestCase
6 {
7  /**
8  * @var m_lxc
9  */
10  protected $object;
11 
12  /**
13  * Sets up the fixture, for example, opens a network connection.
14  * This method is called before a test is executed.
15  */
16  protected function setUp()
17  {
18  parent::setUp();
19  $this->object = new m_lxc;
20  }
21 
22  /**
23  * Tears down the fixture, for example, closes a network connection.
24  * This method is called after a test is executed.
25  */
26  protected function tearDown()
27  {
29  }
30 
31  /**
32  * @covers m_lxc::hook_menu
33  * @todo Implement testHook_menu().
34  */
35  public function testHook_menu()
36  {
37  // Remove the following lines when you implement this test.
38  $this->markTestIncomplete(
39  'This test has not been implemented yet.'
40  );
41  }
42 
43  /**
44  * @covers m_lxc::hook_admin_del_member
45  * @todo Implement testHook_admin_del_member().
46  */
47  public function testHook_admin_del_member()
48  {
49  // Remove the following lines when you implement this test.
50  $this->markTestIncomplete(
51  'This test has not been implemented yet.'
52  );
53  }
54 
55  /**
56  * @covers m_lxc::start
57  * @todo Implement testStart().
58  */
59  public function testStart()
60  {
61  // Remove the following lines when you implement this test.
62  $this->markTestIncomplete(
63  'This test has not been implemented yet.'
64  );
65  }
66 
67  /**
68  * @covers m_lxc::getvm
69  * @todo Implement testGetvm().
70  */
71  public function testGetvm()
72  {
73  // Remove the following lines when you implement this test.
74  $this->markTestIncomplete(
75  'This test has not been implemented yet.'
76  );
77  }
78 
79  /**
80  * @covers m_lxc::stop
81  * @todo Implement testStop().
82  */
83  public function testStop()
84  {
85  // Remove the following lines when you implement this test.
86  $this->markTestIncomplete(
87  'This test has not been implemented yet.'
88  );
89  }
90 }