There was an error while loading. Please reload this page.
2 parents 34e16c2 + fcd79af commit 514008dCopy full SHA for 514008d
1 file changed
tests/bootstrap.php
@@ -24,7 +24,7 @@
24
25
// PHPUnit 11+ removed PHPUnit\TextUI\Configuration\Registry.
26
// Older isolated-process code paths still reference it, so provide a minimal shim.
27
-if ( !class_exists( 'PHPUnit\\TextUI\\Configuration\\Registry', false ) )
+if ( !class_exists( 'PHPUnit\\TextUI\\Configuration\\Registry' ) )
28
{
29
require_once __DIR__ . '/compat/PHPUnit/TextUI/Configuration/Registry.php';
30
}
0 commit comments