* @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\Webauthn\tests\unit\Modules\Application\Controller; use D3\Webauthn\tests\unit\WAUnitTestCase; use OxidEsales\Eshop\Application\Controller\PaymentController; class PaymentControllerTest extends WAUnitTestCase { use CheckoutTestTrait; protected $sutClass = PaymentController::class; }