1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Reordering tests

This commit is contained in:
Thomas Tanghus 2013-08-20 01:00:29 +02:00
parent 13ddb14cf1
commit 701e4b9739
2 changed files with 11 additions and 11 deletions

View File

@ -41,7 +41,8 @@ package_name=$(build_directory)$(app_name)
test: javascript-tests unit-tests integration-tests acceptance-tests
unit-tests:
pwd
ls
phpunit --version
phpunit *.php
#tests/vobject.php

View File

@ -1,11 +1,10 @@
<phpunit bootstrap="../../core/tests/bootstrap.php"
<phpunit
bootstrap="../../core/tests/bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="true"
strict="true"
verbose="true"
>
colors="true"
>
</phpunit>