File size: 147 Bytes
907b200
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<?php

test('the application returns a successful response', function () {
    $response = $this->get('/');

    $response->assertStatus(200);
});