We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efa23d commit 5f02539Copy full SHA for 5f02539
src/Commands/MagicTestCommand.php
@@ -13,7 +13,7 @@ class MagicTestCommand extends Command
13
public function handle()
14
{
15
$this->comment('Your Magic Test session is starting...');
16
- $filter = $this->option('fiter') ? (' --filter ' . $this->option('filter')) : '';
+ $filter = $this->option('filter') ? (' --filter ' . $this->option('filter')) : '';
17
shell_exec('DUSK_HEADLESS_DISABLED=1 MAGIC_TEST=1 php artisan dusk' . $filter);
18
}
19
0 commit comments