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