๐Ÿ“ฆ Svenlaa / lareact

๐Ÿ“„ ExampleTest.php ยท 8 lines
1
2
3
4
5
6
7
8<?php

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

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