Files
hoshal-market/tests/Feature/ExampleTest.php
Mekan1206 608876864b start
2026-06-04 20:40:39 +05:00

8 lines
147 B
PHP

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