Skip to content

SSO: Use client specific user roles #3047

SSO: Use client specific user roles

SSO: Use client specific user roles #3047

Triggered via push September 11, 2024 15:09
Status Failure
Total duration 1m 7s
Artifacts

main.yml

on: push
Coding Guidelines Check
17s
Coding Guidelines Check
FE Asset Linting
20s
FE Asset Linting
FE asset formatting check
19s
FE asset formatting check
PHPMD
13s
PHPMD
Static Code Analysis
30s
Static Code Analysis
Run frontend type check
29s
Run frontend type check
Run frontend unit- and functional-tests
55s
Run frontend unit- and functional-tests
Build Development Docker Images
0s
Build Development Docker Images
Build Docker Images
0s
Build Docker Images
Matrix: Run E2E-tests via Cypress
Run backend unit- and functional-tests
0s
Run backend unit- and functional-tests
Publish
0s
Publish
Scan vulnerabilities
0s
Scan vulnerabilities
Deploy and notify
0s
Deploy and notify
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Coding Guidelines Check
Process completed with exit code 8.
TooFewArguments: src/Mealz/UserBundle/Tests/Service/OAuthProviderTest.php#L35
src/Mealz/UserBundle/Tests/Service/OAuthProviderTest.php:35:22: TooFewArguments: Too few arguments for App\Mealz\UserBundle\Provider\OAuthUserProvider::__construct - expecting roleRepo to be passed (see https://psalm.dev/025)
InvalidArgument: src/Mealz/UserBundle/Tests/Service/OAuthProviderTest.php#L36
src/Mealz/UserBundle/Tests/Service/OAuthProviderTest.php:36:13: InvalidArgument: Argument 1 of App\Mealz\UserBundle\Provider\OAuthUserProvider::__construct expects string, but Doctrine\ORM\EntityManagerInterface provided (see https://psalm.dev/004)
InvalidArgument: src/Mealz/UserBundle/Tests/Service/OAuthProviderTest.php#L37
src/Mealz/UserBundle/Tests/Service/OAuthProviderTest.php:37:13: InvalidArgument: Argument 2 of App\Mealz\UserBundle\Provider\OAuthUserProvider::__construct expects Doctrine\ORM\EntityManagerInterface, but App\Mealz\UserBundle\Repository\RoleRepositoryInterface provided (see https://psalm.dev/004)
Static Code Analysis
Process completed with exit code 2.