You are here

function CallPredictionSpec::it_is_prediction in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallPredictionSpec.php \spec\Prophecy\Prediction\CallPredictionSpec::it_is_prediction()

File

vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallPredictionSpec.php, line 10

Class

CallPredictionSpec

Namespace

spec\Prophecy\Prediction

Code

function it_is_prediction() {
  $this
    ->shouldHaveType('Prophecy\\Prediction\\PredictionInterface');
}