Files
bogazici-api/tests/Feature/ExampleTest.php
2026-03-27 10:41:54 +03:00

8 lines
147 B
PHP

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