mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-09-10 09:56:16 +00:00
17 lines
340 B
PHP
17 lines
340 B
PHP
<?php
|
|
|
|
namespace Tests\YooKassa\Request\Refunds;
|
|
|
|
use YooKassa\Request\Refunds\RefundResponse;
|
|
|
|
class RefundResponseTest extends AbstractRefundResponseTest
|
|
{
|
|
/**
|
|
* @param array $options
|
|
* @return RefundResponse
|
|
*/
|
|
protected function getTestInstance($options)
|
|
{
|
|
return new RefundResponse($options);
|
|
}
|
|
} |