From 4f8ae448fe77dd5813f675a712a6bf0983d0b095 Mon Sep 17 00:00:00 2001 From: Alexander Kozhevnikov Date: Mon, 27 Mar 2017 18:08:01 +0300 Subject: [PATCH] Fix remote_config path in codeception.yml (#114) `../tests/codeception.yml` does not exist, using `../codeception.yml` works --- codeception.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeception.yml b/codeception.yml index 2513bee..3537e68 100644 --- a/codeception.yml +++ b/codeception.yml @@ -19,7 +19,7 @@ modules: # #c3_url: http://localhost:8080/index-test.php/ # enabled: true # #remote: true -# #remote_config: '../tests/codeception.yml' +# #remote_config: '../codeception.yml' # whitelist: # include: # - models/*