mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-09-20 15:16:51 +00:00
13 lines
271 B
PHP
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);
|
|
}
|
|
} |