@@ -27,12 +27,12 @@ |
||
| 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() |