Jelajahi Sumber

Fix remote_config path in codeception.yml (#114)

`../tests/codeception.yml` does not exist, using `../codeception.yml` works
Alexander Kozhevnikov 9 tahun lalu
induk
melakukan
4f8ae448fe
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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/*