Alternc  latest
Alternc logiel libre pour l'hébergement
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 use PHPUnit\Framework\TestCase;
6 
7 class m_logTest extends TestCase
8 {
9  /**
10  * @var m_log
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_log;
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_log::list_logs_directory
35  * @todo Implement testList_logs_directory().
36  */
37  public function testList_logs_directory()
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_log::hook_menu
47  * @todo Implement testHook_menu().
48  */
49  public function testHook_menu()
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_log::list_logs_directory_all
59  * @todo Implement testList_logs_directory_all().
60  */
61  public function testList_logs_directory_all()
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_log::get_logs_directory
71  * @todo Implement testGet_logs_directory().
72  */
73  public function testGet_logs_directory()
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_log::download_link
83  * @todo Implement testDownload_link().
84  */
85  public function testDownload_link()
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 }
This class shows error or access logs of web server to the web panel.
Definition: m_log.php:26
setUp()
Sets up the fixture, for example, opens a network connection.
Definition: m_logTest.php:18
testList_logs_directory_all()
@covers m_log::list_logs_directory_all
Definition: m_logTest.php:61
testGet_logs_directory()
@covers m_log::get_logs_directory
Definition: m_logTest.php:73
testList_logs_directory()
@covers m_log::list_logs_directory
Definition: m_logTest.php:37
tearDown()
Tears down the fixture, for example, closes a network connection.
Definition: m_logTest.php:28
testHook_menu()
@covers m_log::hook_menu
Definition: m_logTest.php:49
testDownload_link()
@covers m_log::download_link
Definition: m_logTest.php:85