Jelajahi Sumber

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

Alexander Makarov 9 tahun lalu
induk
melakukan
d579eb6434
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  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: