create(); $response = $this->actingAs($user)->post('/tasks', [ 'name' => 'Some task' ]); $response->assertStatus(200); } }