You are here

function NoCallsExceptionSpec::it_is_PredictionException in Zircon Profile 8

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

File

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

Class

NoCallsExceptionSpec

Namespace

spec\Prophecy\Exception\Prediction

Code

function it_is_PredictionException() {
  $this
    ->shouldHaveType('Prophecy\\Exception\\Prediction\\PredictionException');
}