Closed ajcastro closed 3 years ago
Describe the bug I have test which uses @dataProvider but it errors in database, I think the @dataProvider is not yet considered.
@dataProvider
PhpUnit test:
Run phpunit --debug:
phpunit --debug
Run php artisan enlighten --debug:
php artisan enlighten --debug
Hi @ajcastro this is ready for next release (you can test the code by pulling dev-main)
We'll add this info in the panel as well.
Describe the bug I have test which uses
@dataProvider
but it errors in database, I think the@dataProvider
is not yet considered.PhpUnit test:
Run
phpunit --debug
:Run
php artisan enlighten --debug
: