You are here

function CallbackPromiseSpec::let in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Promise/CallbackPromiseSpec.php \spec\Prophecy\Promise\CallbackPromiseSpec::let()

File

vendor/phpspec/prophecy/spec/Prophecy/Promise/CallbackPromiseSpec.php, line 9

Class

CallbackPromiseSpec

Namespace

spec\Prophecy\Promise

Code

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