Skip to main content
Sign in
Snippets Groups Projects
Commit 4aed4699 authored by Olivier Paroz's avatar Olivier Paroz
Browse files

Add tests to the list of allowed paths

parent d78bfc0b
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@ define('PHPUNIT_RUN', 1);
require_once __DIR__.'/../../../lib/base.php';
require_once __DIR__.'/../vendor/autoload.php';
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
if(!class_exists('PHPUnit_Framework_TestCase')) {
require_once('PHPUnit/Autoload.php');
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment