Newer
Older
tools:
php_sim: true
php_pdepend: true
php_analyzer:
config:
check_variables:
enabled: false
Matthieu Napoli
a validé
dependency_paths:
- libs/
Matthieu Napoli
a validé
paths:
- core/
- plugins/
Matthieu Napoli
a validé
- '*/tests/*'
- '*/Test/*'
build:
environment:
php:
dependencies:
before:
- cp tests/PHPUnit/config.ini.travis.php config/config.ini.php
tests:
override:
-
command: cd tests/PHPUnit && ../../vendor/bin/phpunit --testsuite UnitTests --coverage-clover clover-unit.xml --no-globals-backup --tap
coverage:
file: tests/PHPUnit/clover-unit.xml
format: php-clover