From 86d3e0204d40de740ec74d2ae4714d0a2705d1a8 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 20 Jul 2015 15:43:49 -0400 Subject: [PATCH] Fix phpci setup --- phpci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpci.yml b/phpci.yml index 0917cbb..a558e36 100644 --- a/phpci.yml +++ b/phpci.yml @@ -9,8 +9,7 @@ setup: test: php_unit: - config: 'tests/phpunit.xml' - run_from: 'tests' + config: 'phpunit.xml' php_docblock_checker: allowed_warnings: 0 skip_classes: true