1 | <?php |
||
10 | class StatusTest extends FlexiBeeROTest |
||
11 | { |
||
12 | /** |
||
13 | * @var Status |
||
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 | * Tears down the fixture, for example, closes a network connection. |
||
28 | * This method is called after a test is executed. |
||
29 | */ |
||
30 | protected function tearDown() |
||
34 | |||
35 | public function testConstructor() |
||
44 | |||
45 | /** |
||
46 | * @covers FlexiPeeHP\Status::getFlexiData |
||
47 | */ |
||
48 | public function testGetFlexiData() |
||
52 | |||
53 | /** |
||
54 | * @covers FlexiPeeHP\Status::getData |
||
55 | */ |
||
56 | public function testGetData() |
||
60 | |||
61 | /** |
||
62 | * @covers FlexiPeeHP\Status::unifyResponseFormat |
||
63 | */ |
||
64 | public function testUnifyResponseFormat() |
||
71 | } |
||
72 |