Created TestUtils module

This commit is contained in:
Alejandro Celaya
2019-08-11 16:30:46 +02:00
parent da88ec6807
commit 7c349e42fd
16 changed files with 54 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
namespace ShlinkioTest\Shlink;
namespace Shlinkio\Shlink;
use GuzzleHttp\Client;
use PDO;
@@ -84,7 +84,7 @@ return [
]),
],
'factories' => [
Common\TestHelper::class => InvokableFactory::class,
TestUtils\Helper\TestHelper::class => InvokableFactory::class,
],
],