HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/vendor/laravel/breeze/stubs/default/pest-tests/Feature/
Upload File :
Current File : /home/cardxfeb/public_html/vendor/laravel/breeze/stubs/default/pest-tests/Feature/ExampleTest.php
<?php

it('returns a successful response', function () {
    $response = $this->get('/');

    $response->assertStatus(200);
});