Files
hedge-fund-ddd-poc/tests/Feature/ExampleTest.php
2026-01-06 10:46:49 -05:00

8 lines
147 B
PHP

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