1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Try with Makefile as it seems phpunit doesn't process the tests

This commit is contained in:
Thomas Tanghus 2013-08-19 21:12:05 +02:00
parent dd25c0522b
commit 80e77e7bcc
2 changed files with 8 additions and 2 deletions

View File

@ -4,8 +4,12 @@ php:
- 5.4
- 5.5
branches:
except:
- share
script:
- phpunit --configuration tests/phpunit.xml
- make unit-tests
env:
- DB=mysql

View File

@ -41,7 +41,9 @@ package_name=$(build_directory)$(app_name)
test: javascript-tests unit-tests integration-tests acceptance-tests
unit-tests:
phpunit tests/vobject.php
phpunit --configuration tests/phpunit.xml
#tests/vobject.php
integration-tests: