You are here

function UnexpectedCallsExceptionSpec::it_extends_MethodProphecyException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsExceptionSpec.php \spec\Prophecy\Exception\Prediction\UnexpectedCallsExceptionSpec::it_extends_MethodProphecyException()

File

vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsExceptionSpec.php, line 27

Class

UnexpectedCallsExceptionSpec

Namespace

spec\Prophecy\Exception\Prediction

Code

function it_extends_MethodProphecyException() {
  $this
    ->shouldHaveType('Prophecy\\Exception\\Prophecy\\MethodProphecyException');
}