Level 102
Are you sure that all of your test methods start with the word test? Like test_foo().
And the classes should end with Test. Like LoginTest.php
1 like
Summer Sale! All accounts are 50% off this week.
I created some browser test cases using Laravel Dusk. So, when I try to run all test cases, only one test cases ran, the testBasicExample. So, how can I run all other test cases with one command?
Are you sure that all of your test methods start with the word test? Like test_foo().
And the classes should end with Test. Like LoginTest.php
Please or to participate in this conversation.