Nelmio\Alice\Generator\Resolver\UniqueValuesPoolTest::testDoesNotHaveValueIfValueIsNotCached PHP Метод

testDoesNotHaveValueIfValueIsNotCached() публичный Метод

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