Passed
Push — master ( 5bacc2...cf8e1e )
by Dariusz
02:31
created
tests/ProductTest.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -27,12 +27,12 @@
 block discarded – undo
27 27
         'id'            => '1',
28 28
         'name'          => 'Test product',
29 29
         'imagePath'     => '/path_to_file/file.jpg',
30
-        'quantity'      => 4,       // converted to int
31
-        'taxRate'       => 0.22,    // converted to double
32
-        'tax'           => 2.2,     // converted to double
33
-        'price'         => 10.0,    // converted to double
34
-        'weight'        => 5.0,     // converted to double
35
-        'priceWithTax'  => 12.2,    // converted to double
30
+        'quantity'      => 4, // converted to int
31
+        'taxRate'       => 0.22, // converted to double
32
+        'tax'           => 2.2, // converted to double
33
+        'price'         => 10.0, // converted to double
34
+        'weight'        => 5.0, // converted to double
35
+        'priceWithTax'  => 12.2, // converted to double
36 36
     ];
37 37
     
38 38
     public function testCreateObject()
Please login to merge, or discard this patch.