Merge pull request #187 from pranavk/fixtravis

fix travis build
This commit is contained in:
Roeland Jago Douma 2018-03-24 13:16:00 +01:00 committed by GitHub
commit 3fd17dbca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');