phpOMS/tests/Socket/CommandManagerTest.php
2019-09-28 20:58:36 +02:00

29 lines
488 B
PHP

<?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 phpOMS\tests\Socket;
require_once __DIR__ . '/../Autoloader.php';
/**
* @internal
*/
class CommandManagerTest extends \PHPUnit\Framework\TestCase
{
public function testPlaceholder() : void
{
self::markTestIncomplete();
}
}