diff --git a/phpci.yml b/phpci.yml index a6359e4bb..47672a96a 100644 --- a/phpci.yml +++ b/phpci.yml @@ -43,6 +43,7 @@ test: allowed_warnings: 200 codeception: config: "tests/codeception/" + path: "tests/codeception/_output/" # php_unit: # directory: "tests/phpunit/" diff --git a/tests/codeception/tests/_output/.placeholder b/tests/codeception/_output/.placeholder similarity index 100% rename from tests/codeception/tests/_output/.placeholder rename to tests/codeception/_output/.placeholder