Forráskód Böngészése

Merge pull request #31 from themccallister/patch-1

Update the command for Faker
Alexander Makarov 10 éve
szülő
commit
a2b4a8677c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      tests/README.md

+ 1 - 1
tests/README.md

@@ -24,7 +24,7 @@ After creating the basic application, follow these steps to prepare for the test
 2. Install faker extension by running the following from template root directory where `composer.json` is:
 
    ```
-   composer require --dev yiisoft/yii2-faker:*
+   composer require --dev "yiisoft/yii2-faker:*"
    ```
 
 3. Create `yii2_basic_tests` database and update it by applying migrations (you may skip this step if you do not have created any migrations yet):