oxtotp/src/tests/unit/d3TotpUnitTestCase.php

20 lines
482 B
PHP
Raw Normal View History

2019-08-05 00:17:23 +02:00
<?php
/**
2022-09-26 15:22:26 +02:00
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
2019-08-05 00:17:23 +02:00
*
2022-09-26 15:22:26 +02:00
* https://www.d3data.de
2019-08-05 00:17:23 +02:00
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
2022-09-26 15:22:26 +02:00
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
* @link https://www.oxidmodule.com
2019-08-05 00:17:23 +02:00
*/
namespace D3\Totp\tests\unit;
2022-11-10 16:45:57 +01:00
use OxidEsales\TestingLibrary\UnitTestCase;
2019-08-05 00:17:23 +02:00
2022-11-10 16:45:57 +01:00
abstract class d3TotpUnitTestCase extends UnitTestCase
2019-08-05 00:17:23 +02:00
{
2022-09-30 21:06:30 +02:00
}