1 | <?php |
||
16 | class CompanyTest extends FlexiBeeTest |
||
17 | { |
||
18 | /** |
||
19 | * @var Company |
||
20 | */ |
||
21 | protected $object; |
||
22 | |||
23 | /** |
||
24 | * Sets up the fixture, for example, opens a network connection. |
||
25 | * This method is called before a test is executed. |
||
26 | */ |
||
27 | protected function setUp() |
||
31 | |||
32 | /** |
||
33 | * Tears down the fixture, for example, closes a network connection. |
||
34 | * This method is called after a test is executed. |
||
35 | */ |
||
36 | protected function tearDown() |
||
40 | |||
41 | /** |
||
42 | * @covers FlexiPeeHP\Company::performRequest |
||
43 | */ |
||
44 | public function testPerformRequest() |
||
60 | |||
61 | /** |
||
62 | * @covers FlexiPeeHP\Company::getFlexiData |
||
63 | */ |
||
64 | public function testGetFlexiData() |
||
70 | } |