JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "ExampleTest.php"
Full Path: /var/www/laravel_filter/vendor/laravel/breeze/stubs/livewire-common/pest-tests/Feature/ExampleTest.php
File size: 129 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
it('returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});