laravel testing, #code4mk , #testing Laravel built with testing in mind. Laravel support PHPUnit testing. # 1. Configure xml file NB: bash cli # command with bash cli
./vendor/bin/phpunit --configuration /path/to/laravel_project/phpunit.xml # 2. Make a Test php artisan make:test AppTest --unit