mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Double quotes don't work in some environments
https://getcomposer.org/doc/03-cli.md#require
This commit is contained in:
@ -100,7 +100,7 @@ TESTING
|
||||
-------
|
||||
|
||||
Install additional composer packages:
|
||||
* `php composer.phar require --dev "codeception/codeception: 2.0.*" "codeception/specify: *" "codeception/verify: *" "yiisoft/yii2-faker: *"`
|
||||
* `php composer.phar require --dev codeception/codeception:2.0.* codeception/specify:* codeception/verify:* yiisoft/yii2-faker:*`
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user