| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 2 |
| 1 | <?php |
||
| 28 | public function testSearchSettlements(): void |
||
| 29 | { |
||
| 30 | $actualResult = $this->model->searchSettlements('киев', 1, 10); |
||
| 31 | $this->assertArrayHasKey('TotalCount', $actualResult); |
||
| 32 | $this->assertArrayHasKey('Addresses', $actualResult); |
||
| 33 | if(empty($actualResult['TotalCount'])){ |
||
| 34 | $this->markTestIncomplete('This test may seem working incorrectly, search result is empty.'); |
||
| 35 | } |
||
| 38 |