Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing import of ILogger #29524

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

nickvergessen
Copy link
Member

There were 61 warnings:

1) Test\Core\Controller\TwoFactorChallengeControllerTest::testSelectChallenge
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

2) Test\Core\Controller\TwoFactorChallengeControllerTest::testShowChallenge
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

3) Test\Core\Controller\TwoFactorChallengeControllerTest::testShowInvalidChallenge
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

4) Test\Core\Controller\TwoFactorChallengeControllerTest::testSolveChallenge
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

5) Test\Core\Controller\TwoFactorChallengeControllerTest::testSolveValidChallengeAndRedirect
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

6) Test\Core\Controller\TwoFactorChallengeControllerTest::testSolveChallengeInvalidProvider
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

7) Test\Core\Controller\TwoFactorChallengeControllerTest::testSolveInvalidChallenge
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

8) Test\Core\Controller\TwoFactorChallengeControllerTest::testSolveChallengeTwoFactorException
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

9) Test\Core\Controller\TwoFactorChallengeControllerTest::testSetUpProviders
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

10) Test\Core\Controller\TwoFactorChallengeControllerTest::testSetUpInvalidProvider
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

11) Test\Core\Controller\TwoFactorChallengeControllerTest::testSetUpProvider
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

12) Test\Core\Controller\TwoFactorChallengeControllerTest::testConfirmProviderSetup
Cannot stub or mock class or interface "Test\Core\Controller\ILogger" which does not exist

Signed-off-by: Joas Schilling <[email protected]>
@ChristophWurst ChristophWurst merged commit 95480f5 into master Nov 2, 2021
@ChristophWurst ChristophWurst deleted the bugfix/noid/fix-phpunit-warnings branch November 2, 2021 18:23
@skjnldsv skjnldsv mentioned this pull request Nov 3, 2021
19 tasks
@blizzz blizzz mentioned this pull request Nov 3, 2021
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants