imports: - php tools: php_mess_detector: true php_code_sniffer: true sensiolabs_security_checker: true php_pdepend: true build: tests: override: - command: 'phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'
# language: php # tests: true