Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLEDfan <tobia@ledfan.be>2016-01-29 14:33:22 +0300
committerLEDfan <tobia@ledfan.be>2016-02-02 10:08:30 +0300
commitd2bf3d7bf45ee15949eb15a775a5c8c74000cb03 (patch)
treefbc609fc6451fd09813a25ba38c61eac9a3bd97d /phpunit.xml
parent589453df3a6eee1bf0ef457925eb14a79caa225e (diff)
- Remove HHVM tests
- add tests for stable8, stable8.1, stable8.2 and master - fix some unit tests so they don't produce errors - add extra bootstrap files for both integratoin and unit tests - disable incomplete tests which causes errors - Support ownCloud 8.0 - disable MemLock in version 8.0 since the API isn't very usable - use own getServerHost when the method doesn't exists - add namespace declartion in infox.ml - remove unused OCP\ISession in HttpBindController - use IDbConnection in tests - use prepareQuery() when using OCP\IDb
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 41a4754..3881fa2 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,4 +1,4 @@
-<phpunit bootstrap="../../lib/base.php"
+<phpunit bootstrap="tests/bootstrap-unit.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"