Merge branch 'master' into 2.0

main
Jordi Boggiano 4 years ago
commit 7e6fe585bc
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -308,7 +308,7 @@ class EventDispatcherTest extends TestCase
rmdir(__DIR__ . sprintf('%svendor', DIRECTORY_SEPARATOR));
chdir($currentDirectoryBkp);
putenv('COMPOSER_BIN_DIR=' . $composerBinDirBkp);
putenv('COMPOSER_BIN_DIR' . ($composerBinDirBkp === false ? '' : '=' . $composerBinDirBkp));
}
static public function createsVendorBinFolderChecksEnvDoesNotContainsBin()

Loading…
Cancel
Save