Skip to content

Include sqlite3 php extension in the GH actions tests (included by de… #86

Include sqlite3 php extension in the GH actions tests (included by de…

Include sqlite3 php extension in the GH actions tests (included by de… #86

Triggered via push April 18, 2024 06:56
Status Success
Total duration 2m 29s
Artifacts

php.yml

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

Annotations

2 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.
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)