Files
home-lab/BoilerPlate/tests/Feature/ExampleTest.php
T
Shaun Collins 371fff18c0 Init
2026-02-23 13:17:51 +00:00

7 lines
133 B
PHP

<?php
test('returns a successful response', function () {
$response = $this->get(route('home'));
$response->assertOk();
});