spec\Prophecy\Argument\Token\ArrayEntryTokenSpec::it_wraps_non_token_key_into_ExactValueToken PHP Method

it_wraps_non_token_key_into_ExactValueToken() public method

public it_wraps_non_token_key_into_ExactValueToken ( stdClass $object, Prophecy\Argument\Token\TokenInterface $value )
$object stdClass
$value Prophecy\Argument\Token\TokenInterface
    function it_wraps_non_token_key_into_ExactValueToken(\stdClass $object, TokenInterface $value)
    {
        $this->beConstructedWith($object, $value);
        $this->getKey()->shouldHaveType('\\Prophecy\\Argument\\Token\\ExactValueToken');
    }