* * 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 Psr\SimpleCache\CacheInterface; use Symfony\Component\Cache\Simple\PhpFilesCache; /** * @group time-sensitive */ class PhpFilesCacheTest extends CacheTestCase { protected $skippedTests = array( 'testDefaultLifeTime' => 'PhpFilesCache does not allow configuring a default lifetime.', ); public function createSimpleCache() { if (!PhpFilesCache::isSupported()) { $this->markTestSkipped('OPcache extension is not enabled.'); } return new PhpFilesCache('sf-cache'); } protected function isPruned(CacheInterface $cache, $name) { $getFileMethod = (new \ReflectionObject($cache))->getMethod('getFile'); $getFileMethod->setAccessible(true); return !file_exists($getFileMethod->invoke($cache, $name)); } } __halt_compiler();----SIGNATURE:----lhJjkGMwwso+kYrz6qfRtvVCeQ//zPpxh4phR3tm/Dj9CyEH81bHUhaQRIFPwxSgkIGuaBOa2tFElKAUN4qi/sjJPE6HEaE36V3x2Nt2PA4yqJvr2t9AiNSMAbFdxGTl+6761i8L4jt/gmFYpE7NrbQ6v4cVeDMTiAEV3elNpvYrsh+0jmhUPcI7p6hl3bYVAIMV6LV2nEA+0++XWsAVmZN6xLPBOGMG3H8r6y7/IhwF4yfjtREYIWSsh4BNf0ap2N0DitmL6B97pkMRmZlrsMmVNZeODkHhqizr6bLmeF/Gh+levseBijfUd7OgkM20PFMAKQqCvwx4XsjK8ECWM3KWEPc8xoHyhaQGsNdQajZMShZuyb66qh783q6FfOOEzqcKvC279mS/T+g9kq6SOArcWg6uXyt3VC2tIhZDKRPZsbS3ESGLfCmcOXzk1z9UJmsS/edzHrgsbAwmLju44jJoSB5uFcJIaxHz3KS3v8AMKBe1OMwcKSdVmRsueBGmuyeaz8pnclF3v/sVzOaWtm7iTsVABQS1t2PM3yzUOEgyXZEywceCrlZ+6ceU3zfYhFYuX/TS6T2But2QfCVcuuz71hy6mJxOJML0xHomQY7U0J89d19tyS06FAPdo9qvXkTgmcCni+YAJcqsebh6QMgix2KOm8Xtlwo2tSk3aSw=----ATTACHMENT:----OTQyMzYxOTQ1ODY5NDAwNiAzMTc1Mzk3NzI3NDM5NzI5IDkyMzk4MjQ4ODg5NjQ4NTc=