Files
bank-flow/tests/Feature/ExampleTest.php
Meghdad 35c69c5655 init
2026-07-22 12:25:24 +03:30

8 lines
147 B
PHP

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