From 684a8a0acba71b4630608872b977907460e425dc Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:09:25 +0200 Subject: [PATCH] Fix some tests namespaces --- tests/Feature/Http/Auth/ForgotPasswordControllerTest.php | 2 +- tests/Feature/Http/Auth/LoginTest.php | 2 +- tests/Feature/Http/Auth/PasswordControllerTest.php | 2 +- tests/Feature/Http/Auth/RegisterControllerTest.php | 2 +- tests/Feature/Http/Auth/ResetPasswordControllerTest.php | 2 +- tests/Feature/Http/Auth/UserControllerTest.php | 2 +- tests/Feature/Http/Auth/WebAuthnDeviceLostControllerTest.php | 2 +- tests/Feature/Http/Auth/WebAuthnManageControllerTest.php | 2 +- tests/Feature/Http/Auth/WebAuthnRecoveryControllerTest.php | 2 +- tests/Feature/Http/Auth/WebauthnLoginControllerTest.php | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/Feature/Http/Auth/ForgotPasswordControllerTest.php b/tests/Feature/Http/Auth/ForgotPasswordControllerTest.php index 4728cac0..6f0e021c 100644 --- a/tests/Feature/Http/Auth/ForgotPasswordControllerTest.php +++ b/tests/Feature/Http/Auth/ForgotPasswordControllerTest.php @@ -1,6 +1,6 @@