nextcloud-custom-apps-face-.../git_facerecognition/tests/bootstrap.php
2024-09-03 09:12:12 +05:00

12 lines
261 B
PHP

<?php
require_once __DIR__ . '/../../../tests/bootstrap.php';
\OC_App::loadApp('facerecognition');
if(!class_exists('PHPUnit_Framework_TestCase') && !class_exists('\PHPUnit\Framework\TestCase')) {
require_once('PHPUnit/Autoload.php');
}
OC_Hook::clear();