Skip to content

Update dependency matthiasnoback/symfony-dependency-injection-test to v5 #1482

Update dependency matthiasnoback/symfony-dependency-injection-test to v5

Update dependency matthiasnoback/symfony-dependency-injection-test to v5 #1482

Triggered via push November 24, 2023 12:52
Status Success
Total duration 6m 3s
Artifacts
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.2): 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); }