mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-21 19:45:16 +00:00
Обновленная версия SDK
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\YooKassa\Model\ConfirmationAttributes;
|
||||
|
||||
use YooKassa\Model\ConfirmationAttributes\ConfirmationAttributesCodeVerification;
|
||||
use YooKassa\Model\ConfirmationType;
|
||||
|
||||
class ConfirmationAttributesCodeVerificationTest extends AbstractConfirmationAttributesTest
|
||||
{
|
||||
/**
|
||||
* @return ConfirmationAttributesCodeVerification
|
||||
*/
|
||||
protected function getTestInstance()
|
||||
{
|
||||
return new ConfirmationAttributesCodeVerification();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
protected function getExpectedType()
|
||||
{
|
||||
return ConfirmationType::CODE_VERIFICATION;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user