Files
fluent-chat/tests/Feature/ExampleTest.php
2026-05-01 00:42:01 +03:30

7 lines
133 B
PHP

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