You are here

function CallTimesPredictionSpec::it_is_prediction in Zircon Profile 8.0

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

File

vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallTimesPredictionSpec.php, line 14

Class

CallTimesPredictionSpec

Namespace

spec\Prophecy\Prediction

Code

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