Laravel testing: Difference between revisions
From AWVVO
Jump to navigationJump to search
Created page with "== Run test == <syntaxhighlight lang="" line highlight="" copy> php artisan test </<syntaxhighlight>" |
|||
Line 1: | Line 1: | ||
== Run test == | == Run test == | ||
<syntaxhighlight lang="" line highlight="" copy> | <syntaxhighlight lang="bash" line highlight="" copy> | ||
php artisan test | php artisan test | ||
</<syntaxhighlight> | </<syntaxhighlight> |
Revision as of 10:16, 29 January 2025
Run test
<syntaxhighlight lang="bash" line highlight="" copy> php artisan test </<syntaxhighlight>