From c710fe7dbad6f319d625681fa97b7bbd1adadcdf Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 22 Jan 2014 11:09:59 -0500 Subject: [PATCH] doc update. --- tests/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/README.md b/tests/README.md index 33472b0..83b0511 100644 --- a/tests/README.md +++ b/tests/README.md @@ -3,13 +3,7 @@ These tests are developed with [Codeception PHP Testing Framework](http://codece After creating the basic application, follow these steps to prepare for the tests: -1. To install `Codeception` and its dependencies through composer, run the following commands: - - ``` - php composer.phar require --dev "codeception/codeception *" "codeception/specify *" "codeception/verify *" - ``` - -2. In the file `_bootstrap.php`, modify the definition of the constant `TEST_ENTRY_URL` so +1. In the file `_bootstrap.php`, modify the definition of the constant `TEST_ENTRY_URL` so that it points to the correct entry script URL. 2. Go to the application base directory and build the test suites: