Your IP : 216.73.216.95


Current Path : /var/www/alh/upload/system/storage/vendor/cardinity/cardinity-sdk-php/spec/Method/
Upload File :
Current File : /var/www/alh/upload/system/storage/vendor/cardinity/cardinity-sdk-php/spec/Method/ErrorSpec.php

<?php

namespace spec\Cardinity\Method;

use PhpSpec\ObjectBehavior;
use Prophecy\Argument;

class ErrorSpec extends ObjectBehavior
{
    function it_implements_result_object_behaviour()
    {
        $this->shouldImplement('Cardinity\Method\ResultObjectInterface');
    }

    function it_is_serializable()
    {
        $this->shouldImplement('\Serializable');
    }
}