mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-21 17:52:10 +01:00
12 lines
195 B
PHP
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();
|