From 373ff1adb4afdf8c8ede8bc8f61d88814267e1ee Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Fri, 23 Mar 2018 15:52:02 +0530 Subject: [PATCH] fix travis build --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');