Files
laravel-nuxt-ui-inertia-tem…/tests/Feature/ExampleTest.php

6 lines
120 B
PHP

<?php
test('the application returns a successful response', function () {
$this->get('/')->assertSuccessful();
});