Skip to content

Update dependency symfony/phpunit-bridge to v7 #1491

Update dependency symfony/phpunit-bridge to v7

Update dependency symfony/phpunit-bridge to v7 #1491

Triggered via pull request December 21, 2023 14:15
Status Success
Total duration 1m 11s
Artifacts

continuous-integration.yml

on: pull_request
run  /  Generate test matrix
2s
run / Generate test matrix
Matrix: run / Code Coverage
Matrix: run / Coding Standards
Matrix: run / Lint composer.json
Matrix: run / Lint symfony container
Matrix: run / Mutation Tests
Matrix: run / Static Code Analysis
Matrix: run / Lint twig files
Matrix: run / Lint XLIFF files
Matrix: run / Lint YML files
Matrix: run / tests
Fit to window
Zoom out
Zoom in

Annotations

1 warning
run / Mutation Tests (8.3): src/DependencyInjection/NucleosSetlistFmExtension.php#L35
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $configuration = new Configuration(); $config = $this->processConfiguration($configuration, $configs); $loader = new Loader\PhpFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); - $loader->load('services.php'); + $this->configureApi($container, $config); $this->configureHttpClient($container, $config); }