Fix tests

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl
2017-04-29 12:36:38 +02:00
committed by Julius Härtl
parent 2b9b22f2f2
commit 56fcb081a4
6 changed files with 464 additions and 7 deletions
+2 -1
View File
@@ -125,7 +125,8 @@ pipeline:
- cd ../server/
- php occ app:enable deck
- cd apps/$APP_NAME
- make test
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
- phpunit -c tests/phpunit.integration.xml --coverage-clover build/php-integration.coverage.xml
when:
matrix:
TESTS: php7.1