StydeNet / enlighten

Enlighten your APIs with auto-generated documentation
MIT License
574 stars 32 forks source link

Bug when using dataProvider in phpunit #54

Closed ajcastro closed 3 years ago

ajcastro commented 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.

PhpUnit test: image

Run phpunit --debug: image

Run php artisan enlighten --debug: image

sileence commented 3 years ago

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.