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