From 0f0656e375a7850b945d18308b92a8fb402db9e6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 7 Dec 2015 13:18:03 +0100 Subject: Fix the whitelist stuff --- tests/bootstrap.php | 2 ++ tests/phpunit.xml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 8ff6609..f4297ba 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -9,3 +9,5 @@ require_once __DIR__.'/../../../lib/base.php'; if(!class_exists('PHPUnit_Framework_TestCase')) { require_once('PHPUnit/Autoload.php'); } + +\OC_App::loadApp('files_texteditor'); diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 408a60d..0d62e4b 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -11,10 +11,10 @@ - ../../files_editor + ../../files_texteditor - ../../files_editor/l10n - ../../files_editor/tests + ../../files_texteditor/l10n + ../../files_texteditor/tests -- cgit v1.2.3