function AggregateExceptionSpec::it_is_prediction_exception in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
spec\Prophecy\Exception\PredictionCode
function it_is_prediction_exception() {
$this
->shouldBeAnInstanceOf('RuntimeException');
$this
->shouldBeAnInstanceOf('Prophecy\\Exception\\Prediction\\PredictionException');
}