Alternc  latest
Alternc logiel libre pour l'hébergement
m_hooksTest.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_hooksTest extends TestCase
8 {
9  /**
10  * @var m_hooks
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_hooks;
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_hooks::invoke
35  * @todo Implement testInvoke().
36  */
37  public function testInvoke()
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_hooks::invoke_scripts
47  * @todo Implement testInvoke_scripts().
48  */
49  public function testInvoke_scripts()
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 }
This class manage hooks that any other class or panel page can call.
Definition: m_hooks.php:27
testInvoke()
@covers m_hooks::invoke
Definition: m_hooksTest.php:37
testInvoke_scripts()
@covers m_hooks::invoke_scripts
Definition: m_hooksTest.php:49
setUp()
Sets up the fixture, for example, opens a network connection.
Definition: m_hooksTest.php:18
tearDown()
Tears down the fixture, for example, closes a network connection.
Definition: m_hooksTest.php:28