Viewing File: /home/xaimptsg/public_html/src/vendor/laravel/breeze/stubs/api/pest-tests/Feature/ExampleTest.php

<?php

test('example', function () {
    $response = $this->get('/');

    $response->assertStatus(200);
});
Back to Directory