1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-21 17:52:10 +01:00
Thomas Müller 1b4be5de3f No OC_Log
2015-07-04 16:11:17 +02:00

12 lines
195 B
PHP

<?php
define('PHPUNIT_RUN', 1);
require_once __DIR__ . '/../../../lib/base.php';
if (!class_exists('PHPUnit_Framework_TestCase')) {
require_once('PHPUnit/Autoload.php');
}
OC_Hook::clear();