* @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\Totp\tests\unit; use OxidEsales\TestingLibrary\UnitTestCase; abstract class d3TotpUnitTestCase extends UnitTestCase { }