Passed
Pull Request — master (#5)
by Sergey
02:12
created
tests/Integration/Models/Address/SearchSettlementsTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         $actualResult = $this->model->searchSettlements('киев', 1, 10);
31 31
         $this->assertArrayHasKey('TotalCount', $actualResult);
32 32
         $this->assertArrayHasKey('Addresses', $actualResult);
33
-        if(empty($actualResult['TotalCount'])){
33
+        if (empty($actualResult['TotalCount'])) {
34 34
             $this->markTestIncomplete('This test may seem working incorrectly, search result is empty.');
35 35
         }
36 36
     }
Please login to merge, or discard this patch.
tests/Integration/Models/Address/SearchSettlementStreetsTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $actualResult = $this->model->searchSettlementStreets('Чернишевського', self::CITY_REF);
32 32
         $this->assertArrayHasKey('TotalCount', $actualResult);
33 33
         $this->assertArrayHasKey('Addresses', $actualResult);
34
-        if(empty($actualResult['TotalCount'])){
34
+        if (empty($actualResult['TotalCount'])) {
35 35
             $this->markTestIncomplete('This test may seem working incorrectly, search result is empty.');
36 36
         }
37 37
     }
Please login to merge, or discard this patch.