meraproject/vendor/yoomoney/yookassa-sdk-php/tests/Request/Refunds/CreateRefundResponseTest.php

18 lines
365 B
PHP
Raw Permalink Normal View History

<?php
namespace Tests\YooKassa\Request\Refunds;
use YooKassa\Request\Refunds\CreateRefundResponse;
class CreateRefundResponseTest extends AbstractRefundResponseTest
{
/**
* @param array $options
* @return CreateRefundResponse
*/
protected function getTestInstance($options)
{
return new CreateRefundResponse($options);
}
}