File "RefundSpec.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/spec/Method/Refund/RefundSpec.php
File
size: 379 B (379 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace spec\Cardinity\Method\Refund;
use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
class RefundSpec extends ObjectBehavior
{
function it_implements_result_object_behaviour()
{
$this->shouldImplement('Cardinity\Method\ResultObjectInterface');
}
function it_is_serializable()
{
$this->shouldImplement('\Serializable');
}
}