Certificate manager built on Laravel 13, Livewire 4, and Flux. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
7 lines
No EOL
133 B
PHP
7 lines
No EOL
133 B
PHP
<?php
|
|
|
|
test('returns a successful response', function () {
|
|
$response = $this->get(route('home'));
|
|
|
|
$response->assertOk();
|
|
}); |