Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class SkladovaKartaTest extends FlexiBeeRWTest |
||
17 | { |
||
18 | /** |
||
19 | * @var SkladovaKarta |
||
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(): void |
||
28 | { |
||
29 | $this->object = new SkladovaKarta(); |
||
30 | } |
||
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(): void |
||
38 | |||
39 | } |
||
41 |