yoomoney_api-2.5.2/vendor/yoomoney/yookassa-sdk-php/tests/Request/Payments/Payment/CreateCaptureResponseTest.php
vendor/yoomoney/yookassa-sdk-php/tests/Request/Payments/Payment/CreateCaptureResponseTest.php
<?php
namespace Tests\YooKassa\Request\Payments\Payment;
use Tests\YooKassa\Request\Payments\AbstractPaymentResponseTest;
use YooKassa\Request\Payments\Payment\CreateCaptureResponse;
class CreateCaptureResponseTest extends AbstractPaymentResponseTest
{
protected function getTestInstance($options)
{
return new CreateCaptureResponse($options);
}
}
