PATH:
home
/
cardxfeb
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Console
/
stubs
/
Editing: pest.stub
<?php test('example', function () { $response = $this->get('/'); $response->assertStatus(200); });
SAVE
CANCEL