mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 00:20:44 +08:00
Merge pull request #2470 from Theill11/patch-1
Minor formatting bug in README.md
This commit is contained in:
@@ -92,7 +92,7 @@ the installed application. You only need to do these once for all.
|
|||||||
|
|
||||||
- for frontend `/path/to/yii-application/frontend/web/` and using the URL `http://frontend/`
|
- for frontend `/path/to/yii-application/frontend/web/` and using the URL `http://frontend/`
|
||||||
- for backend `/path/to/yii-application/backend/web/` and using the URL `http://backend/`
|
- for backend `/path/to/yii-application/backend/web/` and using the URL `http://backend/`
|
||||||
-
|
|
||||||
To login into the application, you need to first sign up, with any of your email address, username and password.
|
To login into the application, you need to first sign up, with any of your email address, username and password.
|
||||||
Then, you can login into the application with same email address and password at any time.
|
Then, you can login into the application with same email address and password at any time.
|
||||||
|
|
||||||
@@ -116,9 +116,9 @@ use php builtin server, then all that is needed to do is run `php -S 127.0.0.1:8
|
|||||||
|
|
||||||
After that is done you should be able to run your tests, for example to run `frontend` tests do:
|
After that is done you should be able to run your tests, for example to run `frontend` tests do:
|
||||||
|
|
||||||
* `cd frontend`;
|
* `cd frontend`
|
||||||
* `../vendor/bin/codecept build`;
|
* `../vendor/bin/codecept build`
|
||||||
* `../vendor/bin/codecept run`.
|
* `../vendor/bin/codecept run`
|
||||||
|
|
||||||
In similar way you can run tests for other application tiers - `backend`, `console`, `common`.
|
In similar way you can run tests for other application tiers - `backend`, `console`, `common`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user