Current Path : /var/www/storage/vendor/cardinity/cardinity-sdk-php/spec/Exception/ |
Current File : /var/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'); } }