Skip to content

Merge pull request #12 from nathanjrobertson/fix_win_tests #84

Merge pull request #12 from nathanjrobertson/fix_win_tests

Merge pull request #12 from nathanjrobertson/fix_win_tests #84

Triggered via push April 18, 2024 06:18
Status Failure
Total duration 2m 34s
Artifacts

php.yml

on: push
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
7s
Code coverage
Cleanup artifacts
3s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
ArgumentTypeCoercion: src/Auth/Source/SQL.php#L175
src/Auth/Source/SQL.php:175:29: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
Quality control
Process completed with exit code 2.
Unit tests, PHP 8.3, windows-latest
Process completed with exit code 1.
Unit tests, PHP 8.1, windows-latest
The job was canceled because "windows-latest_8_3" failed.
Unit tests, PHP 8.1, windows-latest
Process completed with exit code 1.
Unit tests, PHP 8.2, windows-latest
The job was canceled because "windows-latest_8_3" failed.
Unit tests, PHP 8.2, windows-latest
The operation was canceled.
MissingReturnType: tests/src/Auth/Source/SQLTest.php#L112
tests/src/Auth/Source/SQLTest.php:112:21: MissingReturnType: Method SimpleSAML\Test\Module\sqlauth\Auth\Source\SQLTest::testBasicSingleFailedLogin does not have a return type, expecting void (see https://psalm.dev/050)
MissingReturnType: tests/src/Auth/Source/SQLTest.php#L139
tests/src/Auth/Source/SQLTest.php:139:21: MissingReturnType: Method SimpleSAML\Test\Module\sqlauth\Auth\Source\SQLTest::testJoinSingleFailedLogin does not have a return type, expecting void (see https://psalm.dev/050)
MissingReturnType: tests/src/Auth/Source/SQLTest.php#L169
tests/src/Auth/Source/SQLTest.php:169:21: MissingReturnType: Method SimpleSAML\Test\Module\sqlauth\Auth\Source\SQLTest::testMultiQueryFailedLogin does not have a return type, expecting void (see https://psalm.dev/050)