This commit is contained in:
Pierre Rudloff 2020-05-13 21:33:05 +02:00
parent 71d49ad74f
commit bc695cfa15
15 changed files with 82 additions and 26 deletions

View file

@ -7,6 +7,7 @@
namespace Alltube\Test;
use Alltube\Config;
use Exception;
use PHPUnit\Framework\TestCase;
/**
@ -32,6 +33,7 @@ abstract class BaseTest extends TestCase
/**
* Prepare tests.
* @throws Exception
*/
protected function setUp(): void
{