Skip to content

Update dependency matthiasnoback/symfony-dependency-injection-test to v6 #1568

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

Update dependency matthiasnoback/symfony-dependency-injection-test to v6 #1568

Triggered via pull request February 7, 2025 16:05
Status Success
Total duration 11m 28s
Artifacts

continuous-integration.yml

on: pull_request
run  /  Generate test matrix
1s
run / Generate test matrix
Matrix: run / Code Coverage
Matrix: run / Coding Standards
Matrix: run / Lint composer.json
Matrix: run / Mutation Tests
Matrix: run / Static Code Analysis
Matrix: run / tests
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
run / Mutation Tests (8.4): src/DependencyInjection/NucleosDompdfExtension.php#L30
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ $configuration = new Configuration(); $config = $this->processConfiguration($configuration, $configs); $loader = new Loader\PhpFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); - $loader->load('services.php'); + $container->setParameter('nucleos_dompdf.options', $config['defaults']); } }
run / Mutation Tests (8.4): src/Wrapper/DompdfWrapper.php#L44
Escaped Mutant for Mutator "InstanceOf_": @@ @@ { $pdf = $this->dompdfFactory->create($options); $pdf->loadHtml($html); - if ($this->eventDispatcher instanceof EventDispatcherInterface) { + if (true) { $event = new StreamEvent($pdf, $filename, $html); $this->eventDispatcher->dispatch($event, DompdfEvents::STREAM); }
run / Mutation Tests (8.4): src/Wrapper/DompdfWrapper.php#L58
Escaped Mutant for Mutator "InstanceOf_": @@ @@ { $pdf = $this->dompdfFactory->create($options); $pdf->loadHtml($html); - if ($this->eventDispatcher instanceof EventDispatcherInterface) { + if (true) { $event = new OutputEvent($pdf, $html); $this->eventDispatcher->dispatch($event, DompdfEvents::OUTPUT); }