lms/vendor/pestphp/pest/stubs/init-laravel/Feature/ExampleTest.php.stub
2025-12-15 12:26:23 +01:00

8 lines
129 B
Plaintext

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