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.
1 parent f943689 commit 059b051Copy full SHA for 059b051
bootstrap.php
@@ -13,7 +13,7 @@
13
use Symfony\Bridge\PhpUnit\DeprecationErrorHandler;
14
15
// Skip if we're using PHPUnit >=10
16
-if (class_exists(PHPUnit\Metadata\Metadata::class, false)) {
+if (class_exists(PHPUnit\Metadata\Metadata::class)) {
17
return;
18
}
19
0 commit comments