You are here

function ObjectStateTokenSpec::it_has_simple_string_representation in Zircon Profile 8.0

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

File

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

Class

ObjectStateTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function it_has_simple_string_representation() {
  $this
    ->__toString()
    ->shouldReturn('state(getName(), "stdClass")');
}