Skip to content

Refactor Rename

Refactor Rename #838

Triggered via pull request January 10, 2025 13:23
Status Failure
Total duration 51s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
7s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 13 warnings
ci / QA Checks (PHPUnit [8.2, lowest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...: test/File/RenameTest.php#L236
Failed asserting that '/tmp/laminasfilter67811f86498ab/new_file_67811f86828d0' matches PCRE pattern "#/tmp/laminasfilter67811f86498ab/new_file_.{13}\.xml#".
ci / QA Checks (PHPUnit [8.3, lowest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...: test/File/RenameTest.php#L236
Failed asserting that '/tmp/laminasfilter67811f8720e97/new_file_67811f875bba4' matches PCRE pattern "#/tmp/laminasfilter67811f8720e97/new_file_.{13}\.xml#".
ci / QA Checks (PHPUnit [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...: test/File/RenameTest.php#L237
Failed asserting that '/tmp/laminasfilter67811f86d9a3d/new_file_67811f871e0c3' matches PCRE pattern "#/tmp/laminasfilter67811f86d9a3d/new_file_.{13}\.xml#".
ci / QA Checks (PHPUnit [8.4, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...: test/File/RenameTest.php#L236
Failed asserting that '/tmp/laminasfilter67811f875dc60/new_file_67811f879c35d' matches PCRE pattern "#/tmp/laminasfilter67811f875dc60/new_file_.{13}\.xml#".
ci / QA Checks (PHPUnit [8.2, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...: test/File/RenameTest.php#L236
Failed asserting that '/tmp/laminasfilter67811f879c2e4/new_file_67811f87d47b9' matches PCRE pattern "#/tmp/laminasfilter67811f879c2e4/new_file_.{13}\.xml#".
ci / QA Checks (PHPUnit [8.1, lowest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...: test/File/RenameTest.php#L237
Failed asserting that '/tmp/laminasfilter67811f887a851/new_file_67811f88b2ddc' matches PCRE pattern "#/tmp/laminasfilter67811f887a851/new_file_.{13}\.xml#".
ci / QA Checks (PHPUnit [8.3, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...: test/File/RenameTest.php#L236
Failed asserting that '/tmp/laminasfilter67811f87a7d11/new_file_67811f87e2c2b' matches PCRE pattern "#/tmp/laminasfilter67811f87a7d11/new_file_.{13}\.xml#".
ci / QA Checks (PHPUnit [8.1, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...: test/File/RenameTest.php#L237
Failed asserting that '/tmp/laminasfilter67811f8866417/new_file_67811f88a143c' matches PCRE pattern "#/tmp/laminasfilter67811f8866417/new_file_.{13}\.xml#".
ci / QA Checks (PHPUnit [8.4, lowest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...: test/File/RenameTest.php#L236
Failed asserting that '/tmp/laminasfilter67811f8a144c0/new_file_67811f8a4e64b' matches PCRE pattern "#/tmp/laminasfilter67811f8a144c0/new_file_.{13}\.xml#".
MissingTemplateParam: src/File/Rename.php#L25
src/File/Rename.php:25:31: MissingTemplateParam: Laminas\Filter\File\Rename has missing template params when extending Laminas\Filter\FilterInterface, expecting 1 (see https://psalm.dev/182)
MixedArgumentTypeCoercion: test/File/RenameTest.php#L119
test/File/RenameTest.php:119:34: MixedArgumentTypeCoercion: Argument 1 of Laminas\Filter\File\Rename::__construct expects array{overwrite?: bool, randomize?: bool, source?: string, target?: string}, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
PossiblyInvalidCast: test/File/RenameTest.php#L123
test/File/RenameTest.php:123:36: PossiblyInvalidCast: array<array-key, mixed> cannot be cast to string (see https://psalm.dev/190)
PossiblyInvalidArgument: test/File/RenameTest.php#L123
test/File/RenameTest.php:123:36: PossiblyInvalidArgument: Argument 1 of LaminasTest\Filter\File\RenameTest::assertFileExists expects string, but possibly different type array<array-key, mixed>|string provided (see https://psalm.dev/092)
PossiblyInvalidCast: test/File/RenameTest.php#L125
test/File/RenameTest.php:125:29: PossiblyInvalidCast: array<array-key, mixed> cannot be cast to string (see https://psalm.dev/190)
PossiblyInvalidArgument: test/File/RenameTest.php#L125
test/File/RenameTest.php:125:29: PossiblyInvalidArgument: Argument 1 of file_exists expects string, but possibly different type array<array-key, mixed>|string provided (see https://psalm.dev/092)
PossiblyInvalidCast: test/File/RenameTest.php#L126
test/File/RenameTest.php:126:24: PossiblyInvalidCast: array<array-key, mixed> cannot be cast to string (see https://psalm.dev/190)
PossiblyInvalidArgument: test/File/RenameTest.php#L126
test/File/RenameTest.php:126:24: PossiblyInvalidArgument: Argument 1 of unlink expects string, but possibly different type array<array-key, mixed>|string provided (see https://psalm.dev/092)
MixedArgumentTypeCoercion: test/File/RenameTest.php#L155
test/File/RenameTest.php:155:34: MixedArgumentTypeCoercion: Argument 1 of Laminas\Filter\File\Rename::__construct expects array{overwrite?: bool, randomize?: bool, source?: string, target?: string}, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
MixedAssignment: test/File/RenameTest.php#L217
test/File/RenameTest.php:217:9: MixedAssignment: Unable to determine the type that $result is being assigned to (see https://psalm.dev/032)
ci / Generate job matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636