diff --git a/phpci.yml b/phpci.yml index 7057bae9e..dfe6cc3e4 100644 --- a/phpci.yml +++ b/phpci.yml @@ -7,6 +7,9 @@ setup: test: codeception: config: "tests" + php_loc: + php_docblock_checker: + allowed_warnings: -1 # php_unit: # directory: "tests/phpunit/" # args: "--bootstrap 'test/phpunit/bootstrap.php' --configuration 'tests/phpunit/phpunit.xml'"