You are here

function NoCallsExceptionSpec::it_extends_MethodProphecyException in Zircon Profile 8.0

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

File

vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/NoCallsExceptionSpec.php, line 25

Class

NoCallsExceptionSpec

Namespace

spec\Prophecy\Exception\Prediction

Code

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