Files
laravel-file-upload-series/tests/Feature/ExampleTest.php
T
2025-05-05 10:50:50 +09:00

8 lines
147 B
PHP

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