phpOMS/tests/Preload0.php

28 lines
392 B
PHP
Executable File

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