We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae0084e + ca6e99a commit be847a6Copy full SHA for be847a6
PHPUnit/Util/GlobalState.php
@@ -201,7 +201,7 @@ public static function getIncludedFilesAsString()
201
// Do not process bootstrap script - composer v2 compatibility
202
// https://github.com/composer/composer/issues/10387#issuecomment-1002942296
203
// https://github.com/sebastianbergmann/phpunit/pull/4846
204
- while (strpos($files[0], 'bin/phpunit') !== false) {
+ while (strpos($files[0], 'bin' . DIRECTORY_SEPARATOR . 'phpunit') !== false) {
205
array_shift($files);
206
}
207
0 commit comments