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