IBX-8535: Dropped deprecated loadRelations usage #902
ci.yaml
on: pull_request
Run code style check
25s
REST functional tests
/
functional-tests-rest
1m 48s
Matrix: Unit & integration tests
Annotations
11 errors and 3 warnings
Unit & integration tests (8.3):
src/lib/Server/Output/ValueObjectVisitor/Location.php#L26
Property Ibexa\Rest\Server\Output\ValueObjectVisitor\Location::$RelationListFacade is never read, only written.
|
Unit & integration tests (8.3):
src/lib/Server/Output/ValueObjectVisitor/Location.php#L167
Access to an undefined property Ibexa\Rest\Server\Output\ValueObjectVisitor\Location::$relationListFacade.
|
Unit & integration tests (8.3):
tests/lib/Server/Output/ValueObjectVisitor/LocationTest.php#L33
Property Ibexa\Tests\Rest\Server\Output\ValueObjectVisitor\LocationTest::$relationListFacade has unknown class Ibexa\Contracts\Core\Repository\ContentService\RelationListFacade as its type.
|
Unit & integration tests (8.3):
tests/lib/Server/Output/ValueObjectVisitor/LocationTest.php#L38
Class Ibexa\Contracts\Core\Repository\ContentService\RelationListFacade not found.
|
Unit & integration tests (8.3):
tests/lib/Server/Output/ValueObjectVisitor/LocationTest.php#L78
Call to method expects() on an unknown class Ibexa\Contracts\Core\Repository\ContentService\RelationListFacade.
|
Unit & integration tests (8.3):
tests/lib/Server/Output/ValueObjectVisitor/LocationTest.php#L145
Parameter #2 $RelationListFacade of class Ibexa\Rest\Server\Output\ValueObjectVisitor\Location constructor expects Ibexa\Contracts\Core\Repository\ContentService\RelationListFacadeInterface, Ibexa\Contracts\Core\Repository\ContentService\RelationListFacade&PHPUnit\Framework\MockObject\MockObject given.
|
Unit & integration tests (8.3):
tests/lib/Server/Output/ValueObjectVisitor/RestExecutedViewTest.php#L119
Parameter #2 $relationListFacade of class Ibexa\Rest\Server\Output\ValueObjectVisitor\RestExecutedView constructor expects Ibexa\Contracts\Core\Repository\ContentService\RelationListFacadeInterface, Ibexa\Contracts\Core\Repository\ContentService\RelationListFacade&PHPUnit\Framework\MockObject\MockObject given.
|
Unit & integration tests (8.3):
tests/lib/Server/Output/ValueObjectVisitor/RestExecutedViewTest.php#L131
Method Ibexa\Tests\Rest\Server\Output\ValueObjectVisitor\RestExecutedViewTest::getRelationListFacadeMock() has invalid return type Ibexa\Contracts\Core\Repository\ContentService\RelationListFacade.
|
Unit & integration tests (8.3):
tests/lib/Server/Output/ValueObjectVisitor/RestExecutedViewTest.php#L133
Class Ibexa\Contracts\Core\Repository\ContentService\RelationListFacade not found.
|
Unit & integration tests (8.3):
tests/lib/Server/Output/ValueObjectVisitor/RestExecutedViewTest.php#L134
Call to method method() on an unknown class Ibexa\Contracts\Core\Repository\ContentService\RelationListFacade.
|
REST functional tests / functional-tests-rest
Process completed with exit code 1.
|
REST functional tests / functional-tests-rest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
REST functional tests / functional-tests-rest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
REST functional tests / functional-tests-rest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|