dealhub/tests/Feature/ExampleTest.php
kusowl 208fb5aa95 feat(landing page): add navbar, hero section and why choose dealhub
- bulk commit due to repo issue
- why choose dealhub (wip)
2026-01-07 18:49:44 +05:30

8 lines
147 B
PHP

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