Mark Ragazzo 11 лет назад
Родитель
Сommit
aa583103a6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      tests/README.md

+ 2 - 2
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)
 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.
 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.
 3. include `c3.php` file in your `index-test.php` file before application run, so it can catch needed requests.