1 | <?php |
||
10 | class FlexiBeeRWTest extends FlexiBeeROTest |
||
11 | { |
||
12 | /** |
||
13 | * Poznámka vkládaná do záznamů vytvářených během testů |
||
14 | * @var strig |
||
15 | */ |
||
16 | public $poznam = 'Generováno UnitTestem PHP Knihovny https://github.com/Spoje-NET/FlexiPeeHP'; |
||
17 | |||
18 | /** |
||
19 | * @var FlexiBeeRO |
||
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 | * @covers FlexiPeeHP\FlexiBeeRW::__construct |
||
27 | */ |
||
28 | protected function setUp() |
||
32 | |||
33 | /** |
||
34 | * Tears down the fixture, for example, closes a network connection. |
||
35 | * This method is called after a test is executed. |
||
36 | */ |
||
37 | protected function tearDown() |
||
41 | |||
42 | /** |
||
43 | * @covers FlexiPeeHP\FlexiBeeRW::getLastInsertedId |
||
44 | * @depends testInsertToFlexiBee |
||
45 | */ |
||
46 | public function testGetLastInsertedId() |
||
50 | |||
51 | /** |
||
52 | * @covers FlexiPeeHP\FlexiBeeRW::insertToFlexiBee |
||
53 | */ |
||
54 | public function testInsertToFlexiBee() |
||
61 | |||
62 | /** |
||
63 | * @covers FlexiPeeHP\FlexiBeeRWRW::deleteFromFlexiBee |
||
64 | */ |
||
65 | public function testDeleteFromFlexiBee() |
||
72 | |||
73 | /** |
||
74 | * @covers FlexiPeeHP\FlexiBeeRWRW::timestampToFlexiDate |
||
75 | */ |
||
76 | public function testTimestampToFlexiDate() |
||
82 | |||
83 | /** |
||
84 | * @covers FlexiPeeHP\FlexiBeeRWRW::timestampToFlexiDateTime |
||
85 | */ |
||
86 | public function testTimestampToFlexiDateTime() |
||
92 | |||
93 | } |
||
94 |
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..