| Current Path : /var/www/html/logros.sumar.com.py/vendor/laravel/jetstream/stubs/pest-tests/ |
| Current File : /var/www/html/logros.sumar.com.py/vendor/laravel/jetstream/stubs/pest-tests/ExampleTest.php |
<?php
test('example', function () {
$response = $this->get('/');
$response->assertStatus(200);
});