Files
slovnik30/tests/toolkit/TestCase/BaseTestCase.php
2022-01-13 18:41:03 +01:00

11 lines
141 B
PHP

<?php declare(strict_types = 1);
namespace Tests\Toolkit\TestCase;
use Tester\TestCase;
abstract class BaseTestCase extends TestCase
{
}