Files
pest/stubs/init-laravel/Feature/ExampleTest.php.stub
2023-04-08 01:24:00 +02:00

8 lines
129 B
Plaintext

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