Added code coverage to API tests

This commit is contained in:
Alejandro Celaya
2020-09-26 10:43:50 +02:00
parent 10fbf8f8ff
commit cc57dcd01a
10 changed files with 99 additions and 39 deletions

View File

@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
namespace ShlinkioTest\Shlink;
const SWOOLE_TESTING_HOST = '127.0.0.1';
const SWOOLE_TESTING_PORT = 9999;