Level 104
Looks like you have a test where you're dding some variable/value. Try to isolate it:
./vendor/bin/phpunit --testdox
Summer Sale! All accounts are 50% off this week.
Morning,
This one's weird. I have never had zero output when running phpunit.
I did find a post where I added this line:
<ini name="display_errors" value="true"/>
to phpunit.xml
Then I php artisan optimize:clear and reran it. Tests keep failing silently.
Anyone have any ideas on this?
Looks like you have a test where you're dding some variable/value. Try to isolate it:
./vendor/bin/phpunit --testdox
Please or to participate in this conversation.