Fix remote_config path in codeception.yml (#114)

`../tests/codeception.yml` does not exist, using `../codeception.yml` works
This commit is contained in:
Alexander Kozhevnikov 2017-03-27 18:08:01 +03:00 committed by Alexander Makarov
parent 435508328b
commit 4f8ae448fe

View File

@ -19,7 +19,7 @@ modules:
# #c3_url: http://localhost:8080/index-test.php/ # #c3_url: http://localhost:8080/index-test.php/
# enabled: true # enabled: true
# #remote: true # #remote: true
# #remote_config: '../tests/codeception.yml' # #remote_config: '../codeception.yml'
# whitelist: # whitelist:
# include: # include:
# - models/* # - models/*