Completed
Pull Request — master (#173)
by
unknown
01:44
created
tests/Resource/CustomerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
             ->setFullName('Jose Portador da Silva')
85 85
             ->setBirthDate('1988-12-30')
86 86
             ->setTaxDocument('CPF', '33333333333')
87
-            ->setPhone('55','11','66778899')
87
+            ->setPhone('55', '11', '66778899')
88 88
             ->create($customer->getId());
89 89
         
90 90
         $this->assertNotEmpty($creditCard->getId());
Please login to merge, or discard this patch.