Skip to content

Lock file maintenance #197

Lock file maintenance

Lock file maintenance #197

Triggered via push March 13, 2026 05:22
Status Success
Total duration 51s
Artifacts
Matrix: Mutation tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Mutation tests (locked, 8.5, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, shivammathur/setup-php@2.36.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/PatchlevelEventSourcingAdminExtension.php#L117
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ $container->register(HeroiconsExtension::class) ->addTag('twig.extension'); - $container->register('event_sourcing_admin.expression_language', ExpressionLanguage::class); + $container->register(InspectionExtension::class) ->setArguments([
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/PatchlevelEventSourcingAdminExtension.php#L114
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ ]) ->addTag('twig.extension'); - $container->register(HeroiconsExtension::class) - ->addTag('twig.extension'); + $container->register('event_sourcing_admin.expression_language', ExpressionLanguage::class);
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/PatchlevelEventSourcingAdminExtension.php#L105
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ $container->register(EventSourcingAdminExtension::class) ->setArguments([ - new Reference(AggregateRootRegistry::class), new Reference(EventRegistry::class), new Reference(EventSerializer::class), new Reference(TokenMapper::class),
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/PatchlevelEventSourcingAdminExtension.php#L104
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ ]) ->addTag('controller.service_arguments'); - $container->register(EventSourcingAdminExtension::class) - ->setArguments([ - new Reference(AggregateRootRegistry::class), - new Reference(EventRegistry::class), - new Reference(EventSerializer::class), - new Reference(TokenMapper::class), - new Reference(Store::class), - ]) - ->addTag('twig.extension'); + $container->register(HeroiconsExtension::class) ->addTag('twig.extension');
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/PatchlevelEventSourcingAdminExtension.php#L95
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ $container->register(EventController::class) ->setArguments([ - new Reference('twig'), new Reference(EventRegistry::class), new Reference(ListenerProvider::class, ContainerInterface::NULL_ON_INVALID_REFERENCE), new TaggedIteratorArgument('event_sourcing.subscriber'),
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/PatchlevelEventSourcingAdminExtension.php#L86
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ $container->register(SubscriptionController::class) ->setArguments([ - new Reference('twig'), new Reference(SubscriptionEngine::class), new Reference(Store::class), new Reference(RouterInterface::class),
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/PatchlevelEventSourcingAdminExtension.php#L74
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ $container->register(InspectionController::class) ->setArguments([ - new Reference('twig'), new Reference(RouterInterface::class), new Reference(Store::class), new Reference(AggregateRootRegistry::class),
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/PatchlevelEventSourcingAdminExtension.php#L65
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ $container->register(StoreController::class) ->setArguments([ - new Reference('twig'), new Reference(Store::class), new Reference(AggregateRootRegistry::class), new Reference(EventRegistry::class),
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/PatchlevelEventSourcingAdminExtension.php#L59
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ } $container->register(DefaultController::class) - ->setArguments([ - new Reference(RouterInterface::class), - ]) + ->setArguments([]) ->addTag('controller.service_arguments'); $container->register(StoreController::class)
Mutation tests (locked, 8.5, ubuntu-latest): src/DependencyInjection/CustomMessageHeaderCompilerPass.php#L24
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ $headerRegistry->replaceArgument( 0, [ - ...$headerRegistry->getArgument(0), __DIR__ . '/../Message/Header', ], );