meraproject/vendor/yoomoney/yookassa-sdk-php/tests/Request/Payments/PaymentResponseTest.php

14 lines
272 B
PHP
Raw Permalink Normal View History

<?php
namespace Tests\YooKassa\Request\Payments;
use YooKassa\Request\Payments\PaymentResponse;
class PaymentResponseTest extends AbstractPaymentResponseTest
{
protected function getTestInstance($options)
{
return new PaymentResponse($options);
}
}