From b0a46179baa01801caaef5b537479ea7e3bc0705 Mon Sep 17 00:00:00 2001 From: Paminger Date: Wed, 27 Apr 2016 21:11:18 +0200 Subject: [PATCH] BugFix --- phpci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpci.yml b/phpci.yml index b025266fe..a6359e4bb 100644 --- a/phpci.yml +++ b/phpci.yml @@ -42,7 +42,7 @@ test: allowed_errors: 200 allowed_warnings: 200 codeception: - config: "tests/" + config: "tests/codeception/" # php_unit: # directory: "tests/phpunit/"