Преглед изворни кода

Changed php -S to ./yii serve in tests readme

Alexander Makarov пре 9 година
родитељ
комит
d579eb6434
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      tests/README.md

+ 3 - 3
tests/README.md

@@ -42,11 +42,11 @@ After creating the basic application, follow these steps to prepare for the test
    codecept build
    ```
 
-5. In order to be able to run acceptance tests you need to start a webserver. The simplest way is to use PHP built in
-webserver. In the `web` directory execute the following:
+5. In order to be able to run acceptance tests you need to start a webserver. The simplest way is to use built-in Yii
+command:
 
    ```
-   php -S localhost:8080
+   ./yii serve
    ```
 
 6. Now you can run the tests with the following commands: