Nelmio\Alice\Generator\Resolver\UniqueValuesPoolTest::testDoesNotHaveValueIfValueIsNotCached PHP Method

testDoesNotHaveValueIfValueIsNotCached() public method

    public function testDoesNotHaveValueIfValueIsNotCached()
    {
        $pool = new UniqueValuesPool();
        $this->assertFalse($pool->has(new UniqueValue('', '')));
    }