lms/vendor/laravel/breeze/stubs/api/pest-tests/Feature/ExampleTest.php
2025-12-15 12:26:23 +01:00

8 lines
109 B
PHP

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