Skip to content

Commit 51b2ada

Browse files
Merge branch '7.4' into 8.0
* 7.4: Fix the initialization of the phpunit bridge [FrameworkBundle] Simplify wiring of scoped clients Bump Symfony version to 7.3.6 Update VERSION for 7.3.5 Update CHANGELOG for 7.3.5 Bump Symfony version to 6.4.28 Update VERSION for 6.4.27 Update CONTRIBUTORS for 6.4.27 Update CHANGELOG for 6.4.27
2 parents 1deb271 + 059b051 commit 51b2ada

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)