1 | <?php |
||
10 | class ChangesTest extends FlexiBeeTest |
||
11 | { |
||
12 | /** |
||
13 | * @var Changes |
||
14 | */ |
||
15 | protected $object; |
||
16 | |||
17 | /** |
||
18 | * Sets up the fixture, for example, opens a network connection. |
||
19 | * This method is called before a test is executed. |
||
20 | */ |
||
21 | protected function setUp() |
||
25 | |||
26 | /** |
||
27 | * @covers FlexiPeeHP\Changes::enable |
||
28 | */ |
||
29 | public function testEnable() |
||
34 | |||
35 | /** |
||
36 | * @covers FlexiPeeHP\Changes::getFlexiData |
||
37 | */ |
||
38 | public function testGetFlexiData() |
||
44 | |||
45 | /** |
||
46 | * @covers FlexiPeeHP\Changes::disable |
||
47 | */ |
||
48 | public function testDisable() |
||
53 | |||
54 | /** |
||
55 | * @covers FlexiPeeHP\Changes::getChangesStatus |
||
56 | */ |
||
57 | public function testGetStatus() |
||
62 | |||
63 | /** |
||
64 | * Tears down the fixture, for example, closes a network connection. |
||
65 | * This method is called after a test is executed. |
||
66 | */ |
||
67 | protected function tearDown() |
||
71 | } |