shlink/config/test/constants.php
2020-09-26 10:43:50 +02:00

8 lines
140 B
PHP

<?php
declare(strict_types=1);
namespace ShlinkioTest\Shlink;
const SWOOLE_TESTING_HOST = '127.0.0.1';
const SWOOLE_TESTING_PORT = 9999;