Files
dvla-api/tests/Feature/ExampleTest.php
Ovidiu U 759e4f2784 init
2026-05-12 09:47:26 +01:00

8 lines
147 B
PHP

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