- 🌱 I am currently learning and discovering Symfony Tests because I did not learn them in my previous training
- Clone the repo from Github.
- Run
composer install
. - Use this command
DATABASE_URL="mysql://db_user:[email protected]:3306/db_name?serverVersion=5.7"
in your .env.test. - Run
composer prepare-test
. - Run test
php bin/phpunit --testdox
.