Commit 184cd7ae by Mark

removed ordered list

parent 9c2dd283
...@@ -91,10 +91,10 @@ the installed application. You only need to do these once for all. ...@@ -91,10 +91,10 @@ the installed application. You only need to do these once for all.
TESTING TESTING
------- -------
1. Install additional composer packages: Install additional composer packages:
* `php composer.phar require --dev "codeception/codeception: 1.8.*@dev" "codeception/specify: *" "codeception/verify: *"` * `php composer.phar require --dev "codeception/codeception: 1.8.*@dev" "codeception/specify: *" "codeception/verify: *"`
2. This application boilerplate use database in testing, so you should create three databases that are used in tests: This application boilerplate use database in testing, so you should create three databases that are used in tests:
* `yii2_advanced_unit` - database for unit tests; * `yii2_advanced_unit` - database for unit tests;
* `yii2_advanced_functional` - database for functional tests; * `yii2_advanced_functional` - database for functional tests;
* `yii2_advanced_acceptance` - database for acceptance tests; * `yii2_advanced_acceptance` - database for acceptance tests;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment