@@ -34,7 +34,7 @@ |
||
34 | 34 | { |
35 | 35 | $pathParts = explode(DIRECTORY_SEPARATOR, __DIR__); |
36 | 36 | $file = implode(DIRECTORY_SEPARATOR, array_diff($pathParts, ['tests', 'php-unit'])) |
37 | - . DIRECTORY_SEPARATOR . 'composer.lock'; |
|
37 | + . DIRECTORY_SEPARATOR.'composer.lock'; |
|
38 | 38 | $actual = $this->getPackageDetailsFromGivenComposerLockFile($file); |
39 | 39 | $this->assertArrayHasKey('Aging', $actual['gettext/gettext']); |
40 | 40 | } |