Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
14 | class GetTimeIntervalsTest extends TestCase implements ConstantsInterface |
||
15 | { |
||
16 | use AssertEntityByPropertiesTrait; |
||
17 | use UsesConnectionTrait; |
||
18 | |||
19 | private Common $model; |
||
20 | |||
21 | protected function setUp(): void |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @return void |
||
29 | * @throws NovaPoshtaApiException |
||
30 | */ |
||
31 | public function testGetTimeIntervals(): void |
||
44 |