installer/stubs/pest/Feature.php

8 lines
129 B
PHP
Raw Normal View History

2024-08-19 08:12:27 +00:00
<?php
it('returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});