Files
dockerfile.nyxtex.com/tests/Feature/ExampleTest.php
2026-04-23 15:24:40 +03:00

7 lines
133 B
PHP

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