mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-09 05:58:40 +00:00
add tests
This commit is contained in:
parent
9378363135
commit
315a7b2bd1
26
tests/Admin/AdminTest.php
Normal file
26
tests/Admin/AdminTest.php
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 7.4
|
||||||
|
*
|
||||||
|
* @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\tests\Monitoring\Admin;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
|
class AdminTest extends \PHPUnit\Framework\TestCase
|
||||||
|
{
|
||||||
|
protected const MODULE_NAME = 'Monitoring';
|
||||||
|
protected const URI_LOAD = '';
|
||||||
|
|
||||||
|
use \Modules\tests\ModuleTestTrait;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user