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