diff --git a/tests/codeception.yml b/tests/codeception.yml index 851923d..ba02c81 100644 --- a/tests/codeception.yml +++ b/tests/codeception.yml @@ -10,3 +10,7 @@ settings: memory_limit: 1024M log: true colors: true +config: + # the entry script URL (without host info) for functional and acceptance tests + # PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL + test_entry_url: /index-test.php \ No newline at end of file diff --git a/tests/codeception/_bootstrap.php b/tests/codeception/_bootstrap.php index ecd76de..eb61f8f 100644 --- a/tests/codeception/_bootstrap.php +++ b/tests/codeception/_bootstrap.php @@ -1,21 +1,13 @@