Passed
Push — master ( cf1b89...4a7a47 )
by Sergey
03:34 queued 01:16
created
tests/Integration/Models/Counterparty/SaveTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,9 +30,9 @@
 block discarded – undo
30 30
     {
31 31
         $sfx = $this->randomString(5);
32 32
         $counterparty = [
33
-            'FirstName' => 'Іван' . $sfx,
34
-            'MiddleName' => 'Іванович' . $sfx,
35
-            'LastName' => 'Іванов' . $sfx,
33
+            'FirstName' => 'Іван'.$sfx,
34
+            'MiddleName' => 'Іванович'.$sfx,
35
+            'LastName' => 'Іванов'.$sfx,
36 36
             'Phone' => rand(380000000000, 380000999999),
37 37
             'Email' => '[email protected]',
38 38
             'CounterpartyType' => 'PrivatePerson',
Please login to merge, or discard this patch.