2014-10-23 18:45:46 +03:00
|
|
|
<?php
|
|
|
|
|
2015-01-02 09:46:13 +01:00
|
|
|
if (!defined('PHPUNIT_RUN')) {
|
|
|
|
define('PHPUNIT_RUN', 1);
|
|
|
|
}
|
2014-10-23 18:45:46 +03:00
|
|
|
|
|
|
|
require_once __DIR__.'/../../../lib/base.php';
|
|
|
|
|
2018-03-23 15:52:02 +05:30
|
|
|
if(!class_exists('\PHPUnit\Framework\TestCase')) {
|
2014-10-23 18:45:46 +03:00
|
|
|
require_once('PHPUnit/Autoload.php');
|
|
|
|
}
|
2015-12-16 17:57:44 +03:00
|
|
|
\OC_App::loadApp('richdocuments');
|
2014-10-23 18:45:46 +03:00
|
|
|
OC_Hook::clear();
|