Skip to content

Update dependency symfony/phpunit-bridge to v7 #1461

Update dependency symfony/phpunit-bridge to v7

Update dependency symfony/phpunit-bridge to v7 #1461

Triggered via pull request December 3, 2023 15:36
Status Failure
Total duration 1m 52s
Artifacts

continuous-integration.yml

on: pull_request
run  /  Generate test matrix
4s
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

14 errors and 3 warnings
run / Test: PHP 8.2, Symfony 5.4, lowest)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires symfony/config ^7.0 -> satisfiable by symfony/config[v7.0.0]. - symfony/config v7.0.0 requires symfony/filesystem ^6.4|^7.0 -> found symfony/filesystem[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require. Problem 2 - Root composer.json requires symfony/expression-language ^7.0 -> satisfiable by symfony/expression-language[v7.0.0]. - symfony/expression-language v7.0.0 requires symfony/cache ^6.4|^7.0 -> found symfony/cache[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require. Problem 3 - Root composer.json requires symfony/framework-bundle ^7.0 -> satisfiable by symfony/framework-bundle[v7.0.0, v7.0.1]. - symfony/framework-bundle[v7.0.0, ..., v7.0.1] require symfony/cache ^6.4|^7.0 -> found symfony/cache[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require. Problem 4 - Root composer.json requires symfony/http-kernel ^7.0 -> satisfiable by symfony/http-kernel[v7.0.0, v7.0.1]. - symfony/http-kernel[v7.0.0, ..., v7.0.1] require symfony/error-handler ^6.4|^7.0 -> found symfony/error-handler[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require. Problem 5 - Root composer.json requires symfony/browser-kit ^7.0 -> satisfiable by symfony/browser-kit[v7.0.0]. - symfony/browser-kit v7.0.0 requires symfony/dom-crawler ^6.4|^7.0 -> found symfony/dom-crawler[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require.
run / Test: PHP 8.2, Symfony 5.4, lowest)
Process completed with exit code 2.
run / Test: PHP 8.3, Symfony 6.3, lowest)
The job was canceled because "_8_2_5_4_lowest" failed.
run / Test: PHP 8.3, Symfony 6.3, lowest)
The operation was canceled.
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.3, Symfony 6.3, highest)
The job was canceled because "_8_2_5_4_lowest" failed.
run / Test: PHP 8.3, Symfony 6.3, highest)
The operation was canceled.
run / Test: PHP 8.2, Symfony 5.4, highest)
The operation was canceled.
run / Test: PHP 8.3, Symfony 5.4, lowest)
The job was canceled because "_8_2_5_4_lowest" failed.
run / Test: PHP 8.3, Symfony 5.4, lowest)
The operation was canceled.
run / Test: PHP 8.3, Symfony 5.4, highest)
The job was canceled because "_8_2_5_4_lowest" failed.
run / Test: PHP 8.3, Symfony 5.4, highest)
The operation was canceled.
run / Test: PHP 8.2, Symfony 6.3, highest)
The operation was canceled.
run / Mutation Tests (8.3): 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.3): 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.3): 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); }