<?php /** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * https://www.d3data.de * * @copyright (C) D3 Data Development (Inh. Thomas Dartsch) * @author D3 Data Development - Daniel Seifert <info@shopmodule.com> * @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\Totp\Tests\Unit\Modules\Application\Controller; use D3\Totp\Modules\Application\Controller\d3_totp_UserController; use D3\Totp\Tests\Unit\d3TotpUnitTestCase; use OxidEsales\Eshop\Application\Controller\UserController; class d3_totp_UserControllerTest extends d3TotpUnitTestCase { use d3_totp_getUserTestTrait; protected $sControllerClass = UserController::class; }