JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "DuskTest.stub"

Full Path: /var/www/lionsclub/core/vendor/livewire/livewire/stubs/DuskTest.stub
File size: 344 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Tests\Browser\[name];

use Livewire\Livewire;
use Tests\Browser\TestCase;
use Tests\Browser\[name]\Component;

class Test extends TestCase
{
    public function test()
    {
        $this->browse(function ($browser) {
            Livewire::visit($browser, Component::class)
                //
            ;
        });
    }
}