Your IP : 18.227.46.54


Current Path : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/
Upload File :
Current File : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/pest.stub

<?php

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

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

?>