You are here

function AggregateExceptionSpec::it_is_prediction_exception in Zircon Profile 8.0

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

File

vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/AggregateExceptionSpec.php, line 14

Class

AggregateExceptionSpec

Namespace

spec\Prophecy\Exception\Prediction

Code

function it_is_prediction_exception() {
  $this
    ->shouldBeAnInstanceOf('RuntimeException');
  $this
    ->shouldBeAnInstanceOf('Prophecy\\Exception\\Prediction\\PredictionException');
}