Skip to content

Cleanup tests from annotations #213

Cleanup tests from annotations

Cleanup tests from annotations #213

Triggered via pull request October 28, 2024 20:16
Status Failure
Total duration 27s
Artifacts

code-quality.yml

on: pull_request
Matrix: Code quality checks
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Code quality checks (8.1): tests/src/MapHandlerTest.php#L17
Class FileEye\MimeMap\Test\MapHandlerTest has an uninitialized readonly property $map. Assign it in the constructor.
Code quality checks (8.1): tests/src/MapHandlerTest.php#L21
Readonly property FileEye\MimeMap\Test\MapHandlerTest::$map is assigned outside of the constructor.
Code quality checks (8.1): tests/src/MapUpdaterTest.php#L17
Class FileEye\MimeMap\Test\MapUpdaterTest has an uninitialized readonly property $newMap. Assign it in the constructor.
Code quality checks (8.1): tests/src/MapUpdaterTest.php#L18
Class FileEye\MimeMap\Test\MapUpdaterTest has an uninitialized readonly property $updater. Assign it in the constructor.
Code quality checks (8.1): tests/src/MapUpdaterTest.php#L19
Class FileEye\MimeMap\Test\MapUpdaterTest has an uninitialized readonly property $fileSystem. Assign it in the constructor.
Code quality checks (8.1): tests/src/MapUpdaterTest.php#L23
Readonly property FileEye\MimeMap\Test\MapUpdaterTest::$updater is assigned outside of the constructor.
Code quality checks (8.1): tests/src/MapUpdaterTest.php#L25
Readonly property FileEye\MimeMap\Test\MapUpdaterTest::$newMap is assigned outside of the constructor.
Code quality checks (8.1): tests/src/MapUpdaterTest.php#L27
Readonly property FileEye\MimeMap\Test\MapUpdaterTest::$fileSystem is assigned outside of the constructor.
Code quality checks (8.1)
Process completed with exit code 1.
Code quality checks (8.1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/