First Commit
This commit is contained in:
9
tests/bootstrap.php
Normal file
9
tests/bootstrap.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once __DIR__ . '/../../../tests/bootstrap.php';
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
\OC_App::loadApp(OCA\WebServer\AppInfo\Application::APP_ID);
|
||||
OC_Hook::clear();
|
Reference in New Issue
Block a user