Files
yookassa-sdk-php/tests/Request/Payments/PaymentResponseTest.php
T
Антон Н. Николаев 3eebc00ef2 Обновленная версия SDK
2020-12-01 15:39:32 +03:00

13 lines
271 B
PHP

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