1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-02-07 01:54:16 +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 test: javascript-tests unit-tests integration-tests acceptance-tests
unit-tests: unit-tests:
pwd ls
phpunit --version
phpunit *.php phpunit *.php
#tests/vobject.php #tests/vobject.php

View File

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