Added PHP 8.3 support #1129
Annotations
2 errors and 1 warning
|
Test & package
The operation was canceled.
|
Test & package:
src/Symfony/TestCase/SymfonyKernel.php#L58
Escaped Mutant for Mutator "LogicalOrAllSubExprNegation":
--- Original
+++ New
@@ @@
if (static::$kernel instanceof KernelInterface) {
$container = static::$kernel->getContainer();
static::$kernel->shutdown();
- if ($container instanceof ResetInterface || $container instanceof ResettableContainerInterface) {
+ if (!$container instanceof ResetInterface || !$container instanceof ResettableContainerInterface) {
$container->reset();
}
static::$kernel = null;
|
The logs for this run have expired and are no longer available.
Loading