mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-23 02:08:39 +00:00
add tests
This commit is contained in:
parent
72706e577a
commit
cec581c3e9
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\Help\Admin;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
class AdminTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected const MODULE_NAME = 'Help';
|
||||
protected const URI_LOAD = 'http://127.0.0.1/en/backend/help';
|
||||
|
||||
use \Modules\tests\ModuleTestTrait;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user