2012-10-03 23:06:01 +04:00
|
|
|
<?php
|
|
|
|
|
2012-11-09 20:49:06 +04:00
|
|
|
global $RUNTIME_NOAPPS;
|
|
|
|
$RUNTIME_NOAPPS = true;
|
2013-02-01 01:05:06 +04:00
|
|
|
|
|
|
|
define('PHPUNIT_RUN', 1);
|
|
|
|
|
2012-10-03 23:06:01 +04:00
|
|
|
require_once __DIR__.'/../lib/base.php';
|
|
|
|
|
2012-11-04 13:46:32 +04:00
|
|
|
if(!class_exists('PHPUnit_Framework_TestCase')) {
|
2012-10-03 23:06:01 +04:00
|
|
|
require_once('PHPUnit/Autoload.php');
|
|
|
|
}
|
|
|
|
|
2012-10-12 17:44:48 +04:00
|
|
|
OC_Hook::clear();
|
2012-10-12 17:45:05 +04:00
|
|
|
OC_Log::$enabled = false;
|