adding laravel 12 Co-authored-by: jon brookes <marshyon@gmail.com> Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/1
7 lines
No EOL
130 B
PHP
7 lines
No EOL
130 B
PHP
<?php
|
|
|
|
test('returns a successful response', function () {
|
|
$response = $this->get('/');
|
|
|
|
$response->assertStatus(200);
|
|
}); |