File "DuskTest.stub"
Full Path: /home/fundopuh/trader.fxex.org/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)
//
;
});
}
}