mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 16:48:40 +00:00
more tests and make classes final
This commit is contained in:
parent
6eedd4a327
commit
57d2fa5947
27
tests/Admin/AdminTest.php
Normal file
27
tests/Admin/AdminTest.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?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\Messages\tests\Admin;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
class AdminTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected const NAME = 'Messages';
|
||||
|
||||
protected const URI_LOAD = 'http://127.0.0.1/en/backend/message';
|
||||
|
||||
use \Modules\tests\ModuleTestTrait;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user