No DocBlockChecker

This commit is contained in:
Paminger
2016-03-20 14:07:20 +01:00
parent c5c9b1b96d
commit 2885c4b129
+7 -9
View File
@@ -28,19 +28,17 @@ test:
- "application/"
recursive: true
php_loc:
php_docblock_checker:
path: "application/controllers/"
allowed_warnings: 100
skip_classes: false
# php_docblock_checker:
# path: "application/controllers/"
# allowed_warnings: 100
# skip_classes: false
php_code_sniffer:
path: "application/controllers"
# ignore:
# - "backend/application/views"
path: "application/controllers/"
standard: "tests/codesniffer/FHComplete"
allowed_errors: 100
allowed_warnings: 200
codeception:
config: "tests"
# codeception:
# config: "tests/codeception/"
# php_unit:
# directory: "tests/phpunit/"