oms-Help/tests/Admin/AdminTest.php

28 lines
494 B
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package tests
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
namespace Modules\Help\tests\Admin;
/**
* @internal
*/
final class AdminTest extends \PHPUnit\Framework\TestCase
{
protected const NAME = 'Help';
protected const URI_LOAD = 'http://127.0.0.1/en/backend/help';
use \Modules\tests\ModuleTestTrait;
}