pest-plugin-drift
pest-plugin-drift copied to clipboard
Add More Spacing
When generating the pest test file no spaces are put in between test() function calls. There is currently no way to correct this with Laravel Pint/PHP-CS-Fixer (between methods in a class, but not between functions).
While there are several issues in the formatting, this one is the most annoying to fix as pint or phpcsfixer will get most everything else.