diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-09 12:10:12 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-09 12:10:12 +0100 |
commit | bb02488cc2b25d9dbf0dde536e24ffa2d6a04ff7 (patch) | |
tree | c850b73e9d25f300a8b2eac5d6e04f911324adae /tests/phpunit-autotest-external.xml | |
parent | e3b47e80f7581b62010e840f8b03bbdc621f80b7 (diff) | |
download | nextcloud-server-bb02488cc2b25d9dbf0dde536e24ffa2d6a04ff7.tar.gz nextcloud-server-bb02488cc2b25d9dbf0dde536e24ffa2d6a04ff7.zip |
remove deprecated strict setting
Diffstat (limited to 'tests/phpunit-autotest-external.xml')
-rw-r--r-- | tests/phpunit-autotest-external.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit-autotest-external.xml b/tests/phpunit-autotest-external.xml index b9402bfa572..31d2e395a01 100644 --- a/tests/phpunit-autotest-external.xml +++ b/tests/phpunit-autotest-external.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> <phpunit bootstrap="bootstrap.php" - strict="true" verbose="true" timeoutForSmallTests="900" timeoutForMediumTests="900" |