1 | <?php |
||
10 | class ChangesTest extends FlexiBeeROTest |
||
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() |
||
63 | |||
64 | /** |
||
65 | * @covers FlexiPeeHP\Changes::recordExists |
||
66 | */ |
||
67 | public function testRecordExists() |
||
71 | |||
72 | /** |
||
73 | * @covers FlexiPeeHP\Changes::disable |
||
74 | */ |
||
75 | public function testDisable() |
||
80 | |||
81 | /** |
||
82 | * @covers FlexiPeeHP\Changes::getStatus |
||
83 | */ |
||
84 | public function testGetStatus() |
||
89 | |||
90 | /** |
||
91 | * Tears down the fixture, for example, closes a network connection. |
||
92 | * This method is called after a test is executed. |
||
93 | */ |
||
94 | protected function tearDown() |
||
98 | |||
99 | } |
||
100 |
This check looks for function calls that miss required arguments.