EcomDev / EcomDev_PHPUnit

Magento PHPUnit Integration
http://www.ecomdev.org/shop/code-testing/php-unit-test-suite.html
Open Software License 3.0
299 stars 166 forks source link

Readme.md : not all the installations steps are clear enough #286

Open lycenok opened 7 years ago

lycenok commented 7 years ago

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:

  1. 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.

lycenok commented 7 years ago

Also I needed to download vfsStream to lib directory manually.