From 6df62659dab24eb6fa02c4bd3117edaceecd4383 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 21 Jul 2019 19:17:41 +0200 Subject: show password recovery always, fix test --- tests/Unit/Controllers/AuthControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Controllers/AuthControllerTest.php b/tests/Unit/Controllers/AuthControllerTest.php index c3d9659c..6c237264 100644 --- a/tests/Unit/Controllers/AuthControllerTest.php +++ b/tests/Unit/Controllers/AuthControllerTest.php @@ -89,7 +89,7 @@ class AuthControllerTest extends TestCase $response->expects($this->once()) ->method('withView') - ->with('pages/login', ['errors' => Collection::make(['auth.not-found']), 'show_password_recovery' => true]) + ->with('pages/login', ['errors' => Collection::make(['auth.not-found'])]) ->willReturn($response); $response->expects($this->once()) ->method('redirectTo') -- cgit v1.2.3