build: tests: override: - command: SERIALIZER=jms phpunit --coverage-clover=build/clover.xml coverage: file: build/clover.xml format: php-clover - command: SERIALIZER=symfony phpunit --coverage-clover=build/clover.xml coverage: file: build/clover.xml format: php-clover filter: excluded_paths: - "./Tests" - "./Test"
checks: php: true filter: { } coding_style: php: spaces: other: after_type_cast: false build: true