You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,9 @@ When you run your tests not in the same process where code coverage is collected
84
84
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)
85
85
from codeception site.
86
86
87
-
1. install Codeception c3 remote support `composer require "codeception/c3:*"`;
87
+
1. install `Codeception c3` remote support `composer require "codeception/c3:*"`;
88
88
89
-
2. copy c3.php file under your `web` directory and include;
89
+
2. copy `c3.php` file under your `web` directory;
90
90
91
91
3. include `c3.php` file in your `index-test.php` file before application run, so it can catch needed requests.
0 commit comments