mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
7 lines
140 B
PHP
7 lines
140 B
PHP
<?php
|
|
|
|
test('returns a successful response', function () {
|
|
$response = $this->get(route('home'));
|
|
|
|
$response->assertStatus(200);
|
|
}); |