PATH:
home
/
cardxfeb
/
public_html
/
vendor
/
laravel
/
breeze
/
stubs
/
api
/
pest-tests
/
Feature
/
Editing: ExampleTest.php
<?php test('example', function () { $response = $this->get('/'); $response->assertStatus(200); });
SAVE
CANCEL