From e01b9d1cbdff51c1edc69bbbd564d083cc37f91d Mon Sep 17 00:00:00 2001 From: alcaneo Date: Tue, 4 Aug 2015 10:49:22 +0200 Subject: [PATCH] Missing directory separator in config file path Ugly typo, my bad sorry --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 266bcf9..2e1b1ae 100644 --- a/tests/README.md +++ b/tests/README.md @@ -90,7 +90,7 @@ from codeception site. 3. include `c3.php` file in your `index-test.php` file before application run, so it can catch needed requests. -4. edit `c3.php` to update config file path (~ line 55) with `$config_file = realpath(__DIR__ . '../tests/codeception.yml');` +4. edit `c3.php` to update config file path (~ line 55) with `$config_file = realpath(__DIR__ . '/../tests/codeception.yml');` Configuration options that are used by remote code coverage: