mqtt-server-incubator/tests/bootstrap.php

13 lines
297 B
PHP
Raw Normal View History

2022-08-11 10:50:19 +00:00
<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
require_once dirname(__FILE__, 2). '/vendor/autoload.php';