mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-22 23:38:58 +00:00
laravel pure
This commit is contained in:
7
laravel-pure/tests/Feature/ExampleTest.php
Normal file
7
laravel-pure/tests/Feature/ExampleTest.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
test('returns a successful response', function () {
|
||||
$response = $this->get(route('home'));
|
||||
|
||||
$response->assertStatus(200);
|
||||
});
|
||||
Reference in New Issue
Block a user