1 2 3 4 5 6 7 8<?php it('returns a successful response', function () { $response = $this->get('/'); $response->assertStatus(200); });
1 2 3 4 5 6 7 8
<?php it('returns a successful response', function () { $response = $this->get('/'); $response->assertStatus(200); });