You are here

function CallTimesPredictionSpec::let in Zircon Profile 8

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

File

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

Class

CallTimesPredictionSpec

Namespace

spec\Prophecy\Prediction

Code

function let() {
  $this
    ->beConstructedWith(2);
}