TenantAtlas/apps/platform/tests/Feature/ExampleTest.php
2026-04-08 09:33:16 +02:00

8 lines
147 B
PHP

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