Passed
Push — master ( e0ffe6...4f8f39 )
by David
01:56
created
tests/WarehouseTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.