phpOMS/tests/TestLoad2.php
2022-12-16 21:59:21 +01:00

28 lines
389 B
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Tests\PHPUnit
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace tests;
/**
* Autoloader class.
*
* @package Tests\PHPUnit
* @license OMS License 1.0
* @link https://jingga.app
* @since 1.0.0
*/
class TestLoad2
{
}