mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-09-24 17:19:43 +00:00
Обновленная версия SDK
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\YooKassa\Model\PaymentData;
|
||||
|
||||
use YooKassa\Model\PaymentData\PaymentDataMobileBalance;
|
||||
use YooKassa\Model\PaymentMethodType;
|
||||
|
||||
class PaymentDataMobileBalanceTest extends AbstractPaymentDataPhoneTest
|
||||
{
|
||||
/**
|
||||
* @return PaymentDataMobileBalance
|
||||
*/
|
||||
protected function getTestInstance()
|
||||
{
|
||||
return new PaymentDataMobileBalance();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
protected function getExpectedType()
|
||||
{
|
||||
return PaymentMethodType::MOBILE_BALANCE;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user