You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
213 B

  1. <?php
  2. define('PHPUNIT_RUN', 1);
  3. require_once __DIR__.'/../lib/base.php';
  4. if(!class_exists('PHPUnit_Framework_TestCase')) {
  5. require_once('PHPUnit/Autoload.php');
  6. }
  7. OC_Hook::clear();
  8. OC_Log::$enabled = false;