Checkout Config
filter:
excluded_paths:
- vendor/*
- tests/*
build:
environment:
php: 5.6
tests:
override:
-
command: 'phpunit --coverage-clover=clover.xml'
coverage:
file: 'clover.xml'
format: 'clover'
dependencies:
before:
- cp fw/silex/app/config/parameters.php.dist fw/silex/app/config/parameters.php
checks:
php:
code_rating: true
duplication: true
Repository Config
filter:
excluded_paths:
- 'app/*'
- 'tests/*'
- 'bin/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true