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

it_returns_false_for_typehints_that_have_not_been_added() public method

    function it_returns_false_for_typehints_that_have_not_been_added()
    {
        $this->lookup('Foo', 'boz', '$bar')->shouldBe(false);
    }