server/tests/bootstrap.php

13 lines
233 B
PHP
Raw Normal View History

2012-10-03 19:06:01 +00:00
<?php
global $RUNTIME_NOAPPS;
$RUNTIME_NOAPPS = true;
2012-10-03 19:06:01 +00:00
require_once __DIR__.'/../lib/base.php';
if(!class_exists('PHPUnit_Framework_TestCase')) {
2012-10-03 19:06:01 +00:00
require_once('PHPUnit/Autoload.php');
}
2012-10-12 13:44:48 +00:00
OC_Hook::clear();
2012-10-12 13:45:05 +00:00
OC_Log::$enabled = false;