Lesson 18/33 · 2:33 min
Weirdly for me I need to use php artisan test --stop-on-error as stop-on-failure returns more than 1 failed test, no biggy I will look more into the flags :)
php artisan test --stop-on-error
$this->markTestSkipped('Skipped for now as irrelevant');
Weirdly for me I need to use
php artisan test --stop-on-error
as stop-on-failure returns more than 1 failed test, no biggy I will look more into the flags :)