You are here

function ObjectStateTokenSpec::let in Zircon Profile 8

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

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php, line 9

Class

ObjectStateTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function let() {
  $this
    ->beConstructedWith('getName', 'stdClass');
}