| 1 | <?php |
||
| 11 | class HooksTest extends FlexiBeeRWTest |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var Hooks |
||
| 15 | */ |
||
| 16 | protected $object; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Changes API enabler/disabler |
||
| 20 | * @var Changes |
||
| 21 | */ |
||
| 22 | protected $changes; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Sets up the fixture, for example, opens a network connection. |
||
| 26 | * This method is called before a test is executed. |
||
| 27 | */ |
||
| 28 | protected function setUp() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @covers FlexiPeeHP\Hooks::register |
||
| 35 | */ |
||
| 36 | public function testRegister() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @covers FlexiPeeHP\Hooks::unregister |
||
| 48 | */ |
||
| 49 | public function testUnregister() |
||
| 54 | |||
| 55 | /** |
||
| 56 | * Disable ChangesAPI |
||
| 57 | */ |
||
| 58 | protected function tearDown() |
||
| 61 | } |