Removed index-test from codeception instructions since it's used automatically

This commit is contained in:
Alexander Makarov
2014-08-07 19:56:11 +04:00
parent fb67f958a9
commit b927d36f7d
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ webserver:
```
cd apps/advanced/frontend/www
php -S 127.0.0.1:8080 index-test.php
php -S 127.0.0.1:8080
```
Note that you should have Codeception and PHPUnit installed globally: