From f7de3f0650fb651f5dab479e34f5ba23d9080dec Mon Sep 17 00:00:00 2001 From: Cendekia Pramana Putra Date: Thu, 18 Oct 2018 02:03:12 +0700 Subject: [PATCH] fix travis ci --- tests/Feature/UsersProfileTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Feature/UsersProfileTest.php b/tests/Feature/UsersProfileTest.php index 6d8e4e1..21e919f 100644 --- a/tests/Feature/UsersProfileTest.php +++ b/tests/Feature/UsersProfileTest.php @@ -66,6 +66,8 @@ class UsersProfileTest extends TestCase $this->submitForm(trans('app.update'), [ 'email' => 'user@mail.com', 'password' => 'Secr3t', + 'new_password' => 'Secr3t2', + 'new_password_confirmation' => 'Secr3t2', ]); $user = $user->fresh();