From aa583103a615d1d411e66d92cc37c7dd2e09d98a Mon Sep 17 00:00:00 2001 From: Mark Ragazzo Date: Wed, 10 Dec 2014 22:46:53 +0400 Subject: [PATCH] doc fix --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index b5c0141..3041b5f 100644 --- a/tests/README.md +++ b/tests/README.md @@ -84,9 +84,9 @@ When you run your tests not in the same process where code coverage is collected related options, to be able to collect code coverage correctly. To setup remote code coverage you should follow [instructions](http://codeception.com/docs/11-Codecoverage) from codeception site. -1. install Codeception c3 remote support `composer require "codeception/c3:*"`; +1. install `Codeception c3` remote support `composer require "codeception/c3:*"`; -2. copy c3.php file under your `web` directory and include; +2. copy `c3.php` file under your `web` directory; 3. include `c3.php` file in your `index-test.php` file before application run, so it can catch needed requests.