| Total Complexity | 5 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 5 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class TestingServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Register the application services. |
||
| 11 | */ |
||
| 12 | public function register() |
||
| 13 | { |
||
| 14 | $this->app->register(new class($this->app) extends \Laravel\Dusk\DuskServiceProvider { |
||
| 15 | /** @inheritDoc */ |
||
| 16 | public function boot() |
||
| 28 | ]); |
||
| 29 | } |
||
| 30 | } |
||
| 31 | }); |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Bootstrap the application services. |
||
| 36 | */ |
||
| 37 | public function boot() |
||
| 39 | // |
||
| 40 | } |
||
| 42 |