ソースを参照

Merge pull request #21 from alcaneo/patch-2

Missing directory separator in config file path
Carsten Brandt 10 年 前
コミット
542610bc0d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/README.md

+ 1 - 1
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: