Files
cs2-laravel-api/tests/Feature/ExampleTest.php
2023-11-20 22:47:58 +01:00

8 lines
109 B
PHP

<?php
test('example', function () {
$response = $this->get('/');
$response->assertStatus(200);
});