This repository was archived by the owner on May 27, 2023. It is now read-only.

Description
For the step 2:
you should add:
"The database $DB_NAME should be already created"
For the step 3 you should mention where phpunit must run from:
- Go to your magento root directory and run unit tests for the first time to install test database by running phpunit. It should take about 3 minutes.
$ phpunit
Spent some time to figure it out.