1 | <?php |
||
10 | class FlexiBeeRWTest extends FlexiBeeROTest |
||
11 | { |
||
12 | /** |
||
13 | * @var FlexiBeeRO |
||
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 | * @covers FlexiPeeHP\FlexiBeeRW::__construct |
||
21 | */ |
||
22 | protected function setUp() |
||
26 | |||
27 | /** |
||
28 | * Tears down the fixture, for example, closes a network connection. |
||
29 | * This method is called after a test is executed. |
||
30 | */ |
||
31 | protected function tearDown() |
||
35 | |||
36 | /** |
||
37 | * @covers FlexiPeeHP\FlexiBeeRW::getLastInsertedId |
||
38 | * @depends testInsertToFlexiBee |
||
39 | */ |
||
40 | public function testGetLastInsertedId() |
||
44 | |||
45 | /** |
||
46 | * @covers FlexiPeeHP\FlexiBeeRW::insertToFlexiBee |
||
47 | * @todo Implement testInsertToFlexiBee(). |
||
48 | */ |
||
49 | public function testInsertToFlexiBee() |
||
56 | |||
57 | /** |
||
58 | * @covers FlexiPeeHP\FlexiBeeRWRW::deleteFromFlexiBee |
||
59 | * @todo Implement test |
||
60 | */ |
||
61 | public function testDeleteFromFlexiBee() |
||
68 | } |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..