CRM-panel/crm-panel/tests/Feature/ExampleTest.php
2025-05-06 23:15:56 +05:45

8 lines
129 B
PHP

<?php
it('returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});