Files
laravel-coolify/tests/Feature/ExampleTest.php
Chimezie Enyinnaya f9bb430ea9 Install Breeze
2024-09-09 06:49:42 +01:00

8 lines
129 B
PHP

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