Browse Source

fix travis ci

pull/15/head
Cendekia Pramana Putra 7 years ago
parent
commit
f7de3f0650
  1. 2
      tests/Feature/UsersProfileTest.php

2
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();

Loading…
Cancel
Save