spec\PhpSpec\Loader\Transformer\InMemoryTypeHintIndexSpec::it_remembers_the_typehints_that_are_added PHP Method

it_remembers_the_typehints_that_are_added() public method

    function it_remembers_the_typehints_that_are_added()
    {
        $this->add('Foo', 'boz', '$bar', 'Baz');
        $this->lookup('Foo', 'boz', '$bar')->shouldReturn('Baz');
    }