From d579eb6434e070c1ca8820b61371db4d2d1e64f4 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sat, 2 Jul 2016 20:22:42 +0300 Subject: [PATCH] Changed php -S to ./yii serve in tests readme --- tests/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index fd80fe5..4b25196 100644 --- a/tests/README.md +++ b/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: