Refactor UserController to ProfileController.
This commit is contained in:
parent
5117907a4d
commit
b76a997948
9 changed files with 23 additions and 23 deletions
|
|
@ -57,7 +57,7 @@ class CharacterUpdateTest extends TestCase
|
|||
->set('character.race', 'dwarf')
|
||||
->set('character.gender', 'F')
|
||||
->call('save')
|
||||
->assertRedirect(route('user.index'));
|
||||
->assertRedirect(route('profile.index'));
|
||||
|
||||
// Check database that character was updated.
|
||||
$this->assertDatabaseHas('characters', [
|
||||
|
|
|
|||
Reference in a new issue