| @@ -124,7 +124,7 @@ | ||
| 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 | |