You are here

function ArrayEntryTokenSpec::let in Zircon Profile 8

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

Parameters

\Prophecy\Argument\Token\TokenInterface $key:

\Prophecy\Argument\Token\TokenInterface $value:

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEntryTokenSpec.php, line 15

Class

ArrayEntryTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function let($key, $value) {
  $this
    ->beConstructedWith($key, $value);
}