Your IP : 216.73.216.95


Current Path : /var/test/www/storage/vendor/cardinity/cardinity-sdk-php/spec/Exception/
Upload File :
Current File : /var/test/www/storage/vendor/cardinity/cardinity-sdk-php/spec/Exception/UnexpectedErrorSpec.php

<?php

namespace spec\Cardinity\Exception;

use PhpSpec\ObjectBehavior;
use Prophecy\Argument;

class UnexpectedErrorSpec extends ObjectBehavior
{
    function it_is_initializable()
    {
        $this->shouldHaveType('\RuntimeException');
    }
}