#4-public-user-profile
This commit is contained in:
@@ -9,6 +9,7 @@ test('registration screen can be rendered', function () {
|
||||
test('new users can register', function () {
|
||||
$response = $this->post('/register', [
|
||||
'name' => 'Test User',
|
||||
'username' => 'test-user',
|
||||
'email' => 'test@example.com',
|
||||
'password' => 'password',
|
||||
'password_confirmation' => 'password',
|
||||
|
||||
Reference in New Issue
Block a user