소스 검색

Fix remote_config path in codeception.yml (#114)

`../tests/codeception.yml` does not exist, using `../codeception.yml` works
Alexander Kozhevnikov 9 년 전
부모
커밋
4f8ae448fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      codeception.yml

+ 1 - 1
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/*