* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Cache\Tests\Simple; use Symfony\Component\Cache\Simple\ApcuCache; class ApcuCacheTest extends CacheTestCase { protected $skippedTests = array( 'testSetTtl' => 'Testing expiration slows down the test suite', 'testSetMultipleTtl' => 'Testing expiration slows down the test suite', 'testDefaultLifeTime' => 'Testing expiration slows down the test suite', ); public function createSimpleCache($defaultLifetime = 0) { if (!function_exists('apcu_fetch') || !ini_get('apc.enabled') || ('cli' === PHP_SAPI && !ini_get('apc.enable_cli'))) { $this->markTestSkipped('APCu extension is required.'); } if ('\\' === DIRECTORY_SEPARATOR) { $this->markTestSkipped('Fails transiently on Windows.'); } return new ApcuCache(str_replace('\\', '.', __CLASS__), $defaultLifetime); } } __halt_compiler();----SIGNATURE:----KF9MupsWNJ5EE+eyRyckr/QKjmm0qOxeNlRSIq0t+d3OqOWiKYa0eS3bsjCqjsR3+ln40wzCGN6Qj/4o38Rs5wXDc5bxvCJUtPyZ41tzlTLL802VM6ciS4z1tm37QDK/Hy5q0mn76Xw5FYGaC4zaLbrv/ks1CpdJ24i8ridTrJiqUL76eYqSq1XtdoV42F4eYbMIYjNCaguAeC9iE907OMru4CFAs34LrKhJPIADpqO3L0lDzpyzqIBomVmH4A/+unaFemwn4oanxoU1HjYLms2CYToM+iIMY0CJ86SIq4757yIEGSydQJZnSN/5ZkEOshp4j8utTYTgEz/McdfsPKgc8lw78sFQCinQo0eDIh2e4Na9oVwDtxoB4wh5Gyt/unY1FptdlJiubHnYohfqUAEkwxyCXkiQcfKXRuJZKwJ0JYpbyuOSdEKrwWWQ8M1rUSepnqV/jeG8d5zRKuLxsfRnZiILnTiydPt6edhVGuLdk3aWodMfmGJbmDyseKmF0ayyZTAJFU28vyI9EwqmdShj1nMW4/dEXH1zh1a5D1D69kZG9TixhaLVpjoOur/g4ACtxtUamDQWCArpZal7ZbQ7jh4foejAFtNbtpZnJyTm1YtQmrZ+RM45isZL+IVKbo4edFyQM3erd2IqAdNjqFOjLFbkDe9n7txx+JfEuUk=----ATTACHMENT:----NjQyODkzNTY1NTcxODQ3MyAyNjUzNjkzMjAxNDAwNDE4IDY0MzU1MzY1NjIyMTM5OTA=