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