function ArrayEntryTokenSpec::it_wraps_non_token_key_into_ExactValueToken in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEntryTokenSpec.php \spec\Prophecy\Argument\Token\ArrayEntryTokenSpec::it_wraps_non_token_key_into_ExactValueToken()
Parameters
\stdClass $object:
\Prophecy\Argument\Token\TokenInterface $value:
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Argument/ Token/ ArrayEntryTokenSpec.php, line 57
Class
Namespace
spec\Prophecy\Argument\TokenCode
function it_wraps_non_token_key_into_ExactValueToken($object, $value) {
$this
->beConstructedWith($object, $value);
$this
->getKey()
->shouldHaveType('\\Prophecy\\Argument\\Token\\ExactValueToken');
}