mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-17 17:28:06 +00:00
10 lines
222 B
PHP
10 lines
222 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
require_once __DIR__ . '/../../../tests/bootstrap.php';
|
|
require_once __DIR__ . '/../vendor/autoload.php';
|
|
|
|
\OC_App::loadApp(OCA\AutoCurrency\AppInfo\Application::APP_ID);
|
|
OC_Hook::clear();
|