Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
m_logTest.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_logTest extends PHPUnit_Framework_TestCase
6 {
7  /**
8  * @var m_log
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_log;
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_log::list_logs_directory
33  * @todo Implement testList_logs_directory().
34  */
35  public function testList_logs_directory()
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_log::hook_menu
45  * @todo Implement testHook_menu().
46  */
47  public function testHook_menu()
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_log::list_logs_directory_all
57  * @todo Implement testList_logs_directory_all().
58  */
59  public function testList_logs_directory_all()
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_log::get_logs_directory
69  * @todo Implement testGet_logs_directory().
70  */
71  public function testGet_logs_directory()
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_log::download_link
81  * @todo Implement testDownload_link().
82  */
83  public function testDownload_link()
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 }