From 3b2ead0aaa83158c2b1d0ea7eaaae310ba5bfa90 Mon Sep 17 00:00:00 2001 From: Paminger Date: Thu, 28 Apr 2016 06:47:17 +0200 Subject: [PATCH] BugFix --- phpci.yml | 1 + tests/codeception/{tests => }/_output/.placeholder | 0 2 files changed, 1 insertion(+) rename tests/codeception/{tests => }/_output/.placeholder (100%) 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