| Total Complexity | 3 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class GetAreasTest extends TestCase |
||
| 13 | { |
||
| 14 | use UsesConnectionTrait; |
||
| 15 | |||
| 16 | private Address $model; |
||
| 17 | |||
| 18 | protected function setUp(): void |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return void |
||
| 26 | * @throws NovaPoshtaApiException |
||
| 27 | */ |
||
| 28 | public function testGetAreas(): void |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param array $area |
||
| 37 | * @return void |
||
| 38 | */ |
||
| 39 | private function assertIsArea(array $area): void |
||
| 53 |