Skip to content

IBX-8471: Upgraded codebase to Symfony 7 #294

IBX-8471: Upgraded codebase to Symfony 7

IBX-8471: Upgraded codebase to Symfony 7 #294

Triggered via pull request March 3, 2025 22:21
Status Failure
Total duration 21m 14s
Artifacts

ci.yaml

on: pull_request
Matrix: Run code style check
Matrix: Run rector
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Unit tests (8.3): src/bundle/ApiLoader/BoostFactorProviderFactory.php#L19
Class Ibexa\Bundle\Solr\ApiLoader\BoostFactorProviderFactory implements unknown interface Symfony\Component\DependencyInjection\ContainerAwareInterface.
Unit tests (8.3): src/bundle/ApiLoader/BoostFactorProviderFactory.php#L21
Class Ibexa\Bundle\Solr\ApiLoader\BoostFactorProviderFactory uses unknown trait Symfony\Component\DependencyInjection\ContainerAwareTrait.
Unit tests (8.3): src/bundle/ApiLoader/BoostFactorProviderFactory.php#L51
Access to an undefined property Ibexa\Bundle\Solr\ApiLoader\BoostFactorProviderFactory::$container.
Unit tests (8.3): src/bundle/ApiLoader/IndexingDepthProviderFactory.php#L17
Class Ibexa\Bundle\Solr\ApiLoader\IndexingDepthProviderFactory implements unknown interface Symfony\Component\DependencyInjection\ContainerAwareInterface.
Unit tests (8.3): src/bundle/ApiLoader/IndexingDepthProviderFactory.php#L19
Class Ibexa\Bundle\Solr\ApiLoader\IndexingDepthProviderFactory uses unknown trait Symfony\Component\DependencyInjection\ContainerAwareTrait.
Unit tests (8.3): src/bundle/ApiLoader/IndexingDepthProviderFactory.php#L45
Access to an undefined property Ibexa\Bundle\Solr\ApiLoader\IndexingDepthProviderFactory::$container.
Unit tests (8.3): src/bundle/IbexaSolrBundle.php#L45
Method Ibexa\Bundle\Solr\IbexaSolrBundle::getContainerExtension() should return Symfony\Component\DependencyInjection\Extension\ExtensionInterface|null but returns Symfony\Component\DependencyInjection\Extension\ExtensionInterface|false.
Unit tests (8.3): tests/lib/SetupFactory/LegacySetupFactory.php#L136
Cannot call method fetchAll() on Doctrine\DBAL\Result|int|string.
Unit tests (8.3)
Ignored error pattern #^Cannot call method (fetchOne|fetchAll|fetchAllAssociative|fetchAssociative|fetchAllKeyValue)\(\) on Doctrine\\DBAL\\ForwardCompatibility\\Result\|int\|string\.$# in path /home/runner/work/solr/solr/tests/* was not matched in reported errors.
Unit tests (8.3)
Process completed with exit code 1.