Passed
Pull Request — master (#8)
by Sergey
02:19
created
tests/Integration/Models/Counterparty/SaveTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,9 +31,9 @@
 block discarded – undo
31 31
     {
32 32
         $sfx = $this->randomString(5);
33 33
         $counterparty = [
34
-            'FirstName' => 'Іван' . $sfx,
35
-            'MiddleName' => 'Іванович' . $sfx,
36
-            'LastName' => 'Іванов' . $sfx,
34
+            'FirstName' => 'Іван'.$sfx,
35
+            'MiddleName' => 'Іванович'.$sfx,
36
+            'LastName' => 'Іванов'.$sfx,
37 37
             'Phone' => rand(380_000_000_000, 380_000_999_999),
38 38
             'Email' => '[email protected]',
39 39
             'CounterpartyType' => 'PrivatePerson',
Please login to merge, or discard this patch.