Skip to content

IBX-7418: Added input parser for ContentName criterion #333

IBX-7418: Added input parser for ContentName criterion

IBX-7418: Added input parser for ContentName criterion #333

Triggered via pull request January 8, 2024 07:39
Status Failure
Total duration 11m 10s
Artifacts

ci.yaml

on: pull_request
Run code style check
29s
Run code style check
REST functional tests  /  functional-tests-rest
11m 1s
REST functional tests / functional-tests-rest
Matrix: Unit & integration tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Unit & integration tests (7.4): src/lib/Server/Input/Parser/Criterion/Image.php#L47
Parameter #2 $data of class Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image constructor expects array{mimeTypes?: array<string>|string, size?: array{min?: int|null, max?: int|null}, width?: array{min?: int|null, max?: int|null}, height?: array{min?: int|null, max?: int|null}, orientation?: array<string>|string}, array{mimeTypes?: array<string>|string, size?: array{min?: float|int|numeric-string|null, max?: float|int|numeric-string|null}, width?: array{min?: int|null, max?: int|null}, height?: array{min?: int|null, max?: int|null}, orientation?: array<string>|string} given.
Unit & integration tests (7.4)
Process completed with exit code 1.
Unit & integration tests (8.0): src/lib/Server/Input/Parser/Criterion/Image.php#L47
Parameter #2 $data of class Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image constructor expects array{mimeTypes?: array<string>|string, size?: array{min?: int|null, max?: int|null}, width?: array{min?: int|null, max?: int|null}, height?: array{min?: int|null, max?: int|null}, orientation?: array<string>|string}, array{mimeTypes?: array<string>|string, size?: array{min?: float|int|numeric-string|null, max?: float|int|numeric-string|null}, width?: array{min?: int|null, max?: int|null}, height?: array{min?: int|null, max?: int|null}, orientation?: array<string>|string} given.
Unit & integration tests (8.0)
Process completed with exit code 1.
Unit & integration tests (8.2): src/lib/Server/Input/Parser/Criterion/Image.php#L47
Parameter #2 $data of class Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Image constructor expects array{mimeTypes?: array<string>|string, size?: array{min?: int|null, max?: int|null}, width?: array{min?: int|null, max?: int|null}, height?: array{min?: int|null, max?: int|null}, orientation?: array<string>|string}, array{mimeTypes?: array<string>|string, size?: array{min?: float|int|numeric-string|null, max?: float|int|numeric-string|null}, width?: array{min?: int|null, max?: int|null}, height?: array{min?: int|null, max?: int|null}, orientation?: array<string>|string} given.
Unit & integration tests (8.2)
Process completed with exit code 1.
REST functional tests / functional-tests-rest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/