feat: add nxtcloud generated code

This commit is contained in:
Albatroz Jeremias 2025-05-09 00:23:23 +01:00
commit 34b7d0b9cb
26 changed files with 1200 additions and 0 deletions

9
tests/bootstrap.php Normal file
View 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\Nsnm\AppInfo\Application::APP_ID);
OC_Hook::clear();