Update dependency matthiasnoback/symfony-dependency-injection-test to v5 #1455
continuous-integration.yml
on: push
run
/
Generate test matrix
4s
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
Annotations
8 errors and 3 warnings
run / Test: PHP 8.2, Symfony 5.4, lowest)
The process '/usr/bin/bash' failed with exit code 1
|
run / Test: PHP 8.2, Symfony 6.3, lowest)
The job was canceled because "_8_2_5_4_lowest" failed.
|
run / Test: PHP 8.2, Symfony 6.3, lowest)
The operation was canceled.
|
run / Test: PHP 8.2, Symfony 5.4, highest)
The operation was canceled.
|
run / Test: PHP 8.2, Symfony 6.3, highest)
The job was canceled because "_8_2_5_4_lowest" failed.
|
run / Test: PHP 8.2, Symfony 6.3, highest)
The operation was canceled.
|
run / Test: PHP 8.1, Symfony 6.3, lowest)
The job was canceled because "_8_2_5_4_lowest" failed.
|
run / Test: PHP 8.1, Symfony 6.3, lowest)
The operation was canceled.
|
run / Mutation Tests (8.2):
src/DependencyInjection/NucleosDompdfExtension.php#L30
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');
+
$container->setParameter('nucleos_dompdf.options', $config['defaults']);
}
}
|
run / Mutation Tests (8.2):
src/Wrapper/DompdfWrapper.php#L45
Escaped Mutant for Mutator "InstanceOf_":
--- Original
+++ New
@@ @@
$pdf = $this->dompdfFactory->create($options);
$pdf->loadHtml($html);
$pdf->render();
- if ($this->eventDispatcher instanceof EventDispatcherInterface) {
+ if (true) {
$event = new StreamEvent($pdf, $filename, $html);
$this->eventDispatcher->dispatch($event, DompdfEvents::STREAM);
}
|
run / Mutation Tests (8.2):
src/Wrapper/DompdfWrapper.php#L59
Escaped Mutant for Mutator "InstanceOf_":
--- Original
+++ New
@@ @@
$pdf = $this->dompdfFactory->create($options);
$pdf->loadHtml($html);
$pdf->render();
- if ($this->eventDispatcher instanceof EventDispatcherInterface) {
+ if (true) {
$event = new OutputEvent($pdf, $html);
$this->eventDispatcher->dispatch($event, DompdfEvents::OUTPUT);
}
|