bootstrap.php 261 B

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