| Total Complexity | 2 | 
| Total Lines | 22 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php | ||
| 12 | class SearchSettlementStreetsTest extends TestCase | ||
| 13 | { | ||
| 14 | use UsesConnectionTrait; | ||
| 15 | |||
| 16 | private const CITY_REF = 'db5c88e0-391c-11dd-90d9-001a92567626'; | ||
| 17 | private Address $model; | ||
| 18 | |||
| 19 | protected function setUp(): void | ||
| 23 | } | ||
| 24 | |||
| 25 | /** | ||
| 26 | * @return void | ||
| 27 | * @throws NovaPoshtaApiException | ||
| 28 | */ | ||
| 29 | public function testSearchSettlementStreets(): void | ||
| 36 |