Files
ewaste-backend/tests/Feature/ExampleTest.php
2025-10-28 17:05:39 -07:00

8 lines
147 B
PHP

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