Completed
Push — master ( d94f6e...0cf574 )
by Daniel
02:16
created
tests/php-unit/ComposerPackagesListingTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.