oms-SupplierManagement/tests/Admin/AdminTest.php
Dennis Eichhorn 5366054086 fix tests
2023-09-26 00:23:13 +00:00

28 lines
513 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace Modules\SupplierManagement\tests\Admin;
/**
* @internal
*/
final class AdminTest extends \PHPUnit\Framework\TestCase
{
protected const NAME = 'SupplierManagement';
protected const URI_LOAD = 'http://127.0.0.1/en/backend/purchase/supplier';
use \tests\Modules\ModuleTestTrait;
}