Checkout Config
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
- command: phpcs-run
use_website_config: true
coverage:
tests:
override:
- command: ./vendor/bin/phpunit --coverage-clover=coverage.clover
coverage:
file: coverage.clover
format: php-clover
checks:
php: true
Repository Config
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- './vendor/bin/phpunit'
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
environment:
node:
version: 6.0.0
checks:
php:
return_doc_comments: true
simplify_boolean_return: true
return_doc_comment_if_not_inferrable: true
properties_in_camelcaps: true
phpunit_assertions: true
parameters_in_camelcaps: true
parameter_doc_comments: true
overriding_parameter: true
no_short_method_names:
minimum: '3'
no_short_variable_names:
minimum: '3'
fix_line_ending: true
more_specific_types_in_doc_comments: true
filter: { }
coding_style:
php: { }