You are here

function ArrayEveryEntryTokenSpec::let in Zircon Profile 8

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

Parameters

\Prophecy\Argument\Token\TokenInterface $value:

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEveryEntryTokenSpec.php, line 13

Class

ArrayEveryEntryTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

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