You are here

function CallbackPredictionSpec::let in Zircon Profile 8

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

File

vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallbackPredictionSpec.php, line 11

Class

CallbackPredictionSpec

Namespace

spec\Prophecy\Prediction

Code

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