зеркало из https://github.com/nextcloud/guests.git
13 строки
296 B
PHP
13 строки
296 B
PHP
<?php
|
|
|
|
define('PHPUNIT_RUN', 1);
|
|
|
|
require_once __DIR__ . '/../../../lib/base.php';
|
|
|
|
\OC::$composerAutoloader->addPsr4('Test\\', OC::$SERVERROOT . '/tests/lib/', true);
|
|
\OC::$composerAutoloader->addPsr4('Tests\\', OC::$SERVERROOT . '/tests/', true);
|
|
|
|
OC_App::loadApp('guests');
|
|
|
|
OC_Hook::clear();
|