Skip to content

Commit 059b051

Browse files
authored
Fix the initialization of the phpunit bridge
1 parent f943689 commit 059b051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Symfony\Bridge\PhpUnit\DeprecationErrorHandler;
1414

1515
// Skip if we're using PHPUnit >=10
16-
if (class_exists(PHPUnit\Metadata\Metadata::class, false)) {
16+
if (class_exists(PHPUnit\Metadata\Metadata::class)) {
1717
return;
1818
}
1919

0 commit comments

Comments
 (0)