Вход Регистрация
Файл: src/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcuCacheTest.php
Строк: 20
<?php

namespace DoctrineTestsCommonCache;

use 
DoctrineCommonCacheApcuCache;

/**
 * @requires extension apcu
 */
class ApcuCacheTest extends CacheTest
{
    protected function 
_getCacheDriver()
    {
        return new 
ApcuCache();
    }

    public function 
testLifetime()
    {
        
$this->markTestSkipped('The APC cache TTL is not working in a single process/request. See https://bugs.php.net/bug.php?id=58084');
    }
}
Онлайн: 2
Реклама