nextcloud/tests/bootstrap.php

14 lines
213 B
PHP
Raw Normal View History

2012-10-03 23:06:01 +04:00
<?php
define('PHPUNIT_RUN', 1);
2012-10-03 23:06:01 +04:00
require_once __DIR__.'/../lib/base.php';
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;