Alternc  latest
Alternc logiel libre pour l'hébergement
m_logTest Class Reference
+ Inheritance diagram for m_logTest:

Public Member Functions

 testList_logs_directory ()
 @covers m_log::list_logs_directory More...
 
 testHook_menu ()
 @covers m_log::hook_menu More...
 
 testList_logs_directory_all ()
 @covers m_log::list_logs_directory_all More...
 
 testGet_logs_directory ()
 @covers m_log::get_logs_directory More...
 
 testDownload_link ()
 @covers m_log::download_link More...
 

Protected Member Functions

 setUp ()
 Sets up the fixture, for example, opens a network connection. More...
 
 tearDown ()
 Tears down the fixture, for example, closes a network connection. More...
 

Protected Attributes

 $object
 

Detailed Description

Definition at line 7 of file m_logTest.php.

Member Function Documentation

◆ setUp()

m_logTest::setUp ( )
protected

Sets up the fixture, for example, opens a network connection.

This method is called before a test is executed.

Definition at line 18 of file m_logTest.php.

19  {
20  parent::setUp();
21  $this->object = new m_log;
22  }
This class shows error or access logs of web server to the web panel.
Definition: m_log.php:26

◆ tearDown()

m_logTest::tearDown ( )
protected

Tears down the fixture, for example, closes a network connection.

This method is called after a test is executed.

Definition at line 28 of file m_logTest.php.

29  {
30  parent::tearDown();
31  }

◆ testDownload_link()

m_logTest::testDownload_link ( )

@covers m_log::download_link

Todo:
Implement testDownload_link().

Definition at line 85 of file m_logTest.php.

86  {
87  // Remove the following lines when you implement this test.
88  $this->markTestIncomplete(
89  'This test has not been implemented yet.'
90  );
91  }

◆ testGet_logs_directory()

m_logTest::testGet_logs_directory ( )

@covers m_log::get_logs_directory

Todo:
Implement testGet_logs_directory().

Definition at line 73 of file m_logTest.php.

74  {
75  // Remove the following lines when you implement this test.
76  $this->markTestIncomplete(
77  'This test has not been implemented yet.'
78  );
79  }

◆ testHook_menu()

m_logTest::testHook_menu ( )

@covers m_log::hook_menu

Todo:
Implement testHook_menu().

Definition at line 49 of file m_logTest.php.

50  {
51  // Remove the following lines when you implement this test.
52  $this->markTestIncomplete(
53  'This test has not been implemented yet.'
54  );
55  }

◆ testList_logs_directory()

m_logTest::testList_logs_directory ( )

@covers m_log::list_logs_directory

Todo:
Implement testList_logs_directory().

Definition at line 37 of file m_logTest.php.

38  {
39  // Remove the following lines when you implement this test.
40  $this->markTestIncomplete(
41  'This test has not been implemented yet.'
42  );
43  }

◆ testList_logs_directory_all()

m_logTest::testList_logs_directory_all ( )

@covers m_log::list_logs_directory_all

Todo:
Implement testList_logs_directory_all().

Definition at line 61 of file m_logTest.php.

62  {
63  // Remove the following lines when you implement this test.
64  $this->markTestIncomplete(
65  'This test has not been implemented yet.'
66  );
67  }

Member Data Documentation

◆ $object

m_logTest::$object
protected

Definition at line 12 of file m_logTest.php.


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