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

it_wraps_non_token_value_into_ExactValueToken() public method

public it_wraps_non_token_value_into_ExactValueToken ( Prophecy\Argument\Token\TokenInterface $key, stdClass $object )
$key Prophecy\Argument\Token\TokenInterface
$object stdClass
    function it_wraps_non_token_value_into_ExactValueToken(TokenInterface $key, \stdClass $object)
    {
        $this->beConstructedWith($key, $object);
        $this->getValue()->shouldHaveType('\\Prophecy\\Argument\\Token\\ExactValueToken');
    }