function UnexpectedCallsExceptionSpec::it_extends_MethodProphecyException 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_extends_MethodProphecyException()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Exception/ Prediction/ UnexpectedCallsExceptionSpec.php, line 27
Class
Namespace
spec\Prophecy\Exception\PredictionCode
function it_extends_MethodProphecyException() {
$this
->shouldHaveType('Prophecy\\Exception\\Prophecy\\MethodProphecyException');
}