Passed
Pull Request — develop (#1)
by Andreas
03:30
created
tests/JSONCatalogProviderTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
     {
125 125
         // arrange
126 126
         $sampleCatalogFilename = "sample-catalog.json";
127
-        $testResourceFolderPath = realpath(__DIR__ . '/resources');
127
+        $testResourceFolderPath = realpath(__DIR__.'/resources');
128 128
         $adapter = new Local($testResourceFolderPath);
129 129
         $filesystem = new Filesystem($adapter);
130 130
 
Please login to merge, or discard this patch.