mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
Reordering tests
This commit is contained in:
parent
13ddb14cf1
commit
701e4b9739
@ -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
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user