add nova
This commit is contained in:
11
nova/src/Testing/Browser/Components/Component.php
Normal file
11
nova/src/Testing/Browser/Components/Component.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Laravel\Nova\Testing\Browser\Components;
|
||||
|
||||
use Laravel\Dusk\Component as BaseComponent;
|
||||
use Laravel\Nova\Testing\Browser\Concerns\InteractsWithElements;
|
||||
|
||||
abstract class Component extends BaseComponent
|
||||
{
|
||||
use InteractsWithElements;
|
||||
}
|
||||
Reference in New Issue
Block a user