We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4f9d4 commit f5c3b93Copy full SHA for f5c3b93
tests/Feature/Auth/RegistrationTest.php
@@ -21,6 +21,7 @@ public function test_new_users_can_register()
21
{
22
$response = $this->post('/register', [
23
'name' => 'Test User',
24
+ 'username'=>'Test Username',
25
'email' => '[email protected]',
26
'password' => 'password',
27
'password_confirmation' => 'password',
0 commit comments