function ObjectStateTokenSpec::it_has_simple_string_representation in Zircon Profile 8.0
Same name and namespace in other branches
- 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
Namespace
spec\Prophecy\Argument\TokenCode
function it_has_simple_string_representation() {
$this
->__toString()
->shouldReturn('state(getName(), "stdClass")');
}