%PDF- %PDF-
| Direktori : /home/vacivi36/.trash/tests/Feature/ |
| Current File : /home/vacivi36/.trash/tests/Feature/ExampleTest.php |
<?php
it('returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});