yoomoney_api-2.5.2/vendor/yoomoney/yookassa-sdk-php/tests/Request/SelfEmployed/ConfirmationRedirectTest.php
vendor/yoomoney/yookassa-sdk-php/tests/Request/SelfEmployed/ConfirmationRedirectTest.php
<?php
namespace Tests\YooKassa\Request\SelfEmployed;
use YooKassa\Model\SelfEmployed\SelfEmployedConfirmationType;
use YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmationRedirect;
class ConfirmationRedirectTest extends AbstractConfirmationTest
{
/**
* @return SelfEmployedRequestConfirmationRedirect
*/
protected function getTestInstance()
{
return new SelfEmployedRequestConfirmationRedirect();
}
/**
* @return string
*/
protected function getExpectedType()
{
return SelfEmployedConfirmationType::REDIRECT;
}
}
