| Current Path : /home/bullgymbny/app2/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/ |
| Current File : /home/bullgymbny/app2/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/pest.stub |
<?php
test('example', function () {
$response = $this->get('/');
$response->assertStatus(200);
});