@@ -9,7 +9,7 @@ |
||
| 9 | 9 | public function testTransformToTreeConstructor(): void |
| 10 | 10 | { |
| 11 | 11 | /** @var Warehouse $testMatrix */ |
| 12 | - $testMatrix = Warehouse::createFromJson(getcwd() . "/resources/simpleWarehouse.json"); |
|
| 12 | + $testMatrix = Warehouse::createFromJson(getcwd()."/resources/simpleWarehouse.json"); |
|
| 13 | 13 | |
| 14 | 14 | $calculatedArray = $testMatrix->getPlaces(); |
| 15 | 15 | |