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

13 lines
289 B
PHP

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