Init
This commit is contained in:
10
tests/toolkit/TestCase/BaseTestCase.php
Normal file
10
tests/toolkit/TestCase/BaseTestCase.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace Tests\Toolkit\TestCase;
|
||||
|
||||
use Tester\TestCase;
|
||||
|
||||
abstract class BaseTestCase extends TestCase
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user