Files
nuxt-laravel-monorepo/apps/backend/tests/Feature/ExampleTest.php
2023-11-16 22:57:56 +01:00

8 lines
109 B
PHP

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