netgescon-master/tests/Feature/PianoRateizzazioneTest.php
2025-07-20 14:57:25 +00:00

8 lines
109 B
PHP

<?php
test('example', function () {
$response = $this->get('/');
$response->assertStatus(200);
});