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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2018-03-23 13:22:02 +0300
committerPranav Kant <pranavk@collabora.co.uk>2018-03-23 13:22:46 +0300
commit373ff1adb4afdf8c8ede8bc8f61d88814267e1ee (patch)
tree1c7b53684295abf1deae2286294a596c409e5d8b /tests
parente018ad44683f54d662f75c86899c99cbbe4b3e9e (diff)
fix travis build
Diffstat (limited to 'tests')
-rw-r--r--tests/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 6ef476d1..9533ead2 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -6,7 +6,7 @@ if (!defined('PHPUNIT_RUN')) {
require_once __DIR__.'/../../../lib/base.php';
-if(!class_exists('PHPUnit_Framework_TestCase')) {
+if(!class_exists('\PHPUnit\Framework\TestCase')) {
require_once('PHPUnit/Autoload.php');
}
\OC_App::loadApp('richdocuments');