mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
Try with Makefile as it seems phpunit doesn't process the tests
This commit is contained in:
parent
dd25c0522b
commit
80e77e7bcc
@ -4,8 +4,12 @@ php:
|
|||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- share
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit --configuration tests/phpunit.xml
|
- make unit-tests
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
|
4
Makefile
4
Makefile
@ -41,7 +41,9 @@ package_name=$(build_directory)$(app_name)
|
|||||||
test: javascript-tests unit-tests integration-tests acceptance-tests
|
test: javascript-tests unit-tests integration-tests acceptance-tests
|
||||||
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
phpunit tests/vobject.php
|
phpunit --configuration tests/phpunit.xml
|
||||||
|
|
||||||
|
#tests/vobject.php
|
||||||
|
|
||||||
|
|
||||||
integration-tests:
|
integration-tests:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user