function UnexpectedCallsExceptionSpec::it_is_PredictionException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsExceptionSpec.php \spec\Prophecy\Exception\Prediction\UnexpectedCallsExceptionSpec::it_is_PredictionException()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Exception/ Prediction/ UnexpectedCallsExceptionSpec.php, line 22
Class
Namespace
spec\Prophecy\Exception\PredictionCode
function it_is_PredictionException() {
$this
->shouldHaveType('Prophecy\\Exception\\Prediction\\PredictionException');
}