You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The obvious workaround is to loop through the panels and call the command with --panel=$idfor each panel, but ideally it should be possible to run for all panels.
Describe the bug
Exception is thrown when running
php artisan shield:generate --all
inside a testcase.To Reproduce
Steps to reproduce the behavior:
$this->artisan('shield:generate --all');
inside thesetUp()
methodExample:
The goal is to generate all necessary permissions before running any tests.
Expected behavior
No exception thrown and generation is exectued
Screenshots
If applicable, add screenshots to help explain your problem.
please complete the following information:
The text was updated successfully, but these errors were encountered: