markTestSkipped('This environment does not have the APC extension.'); } if (PHP_SAPI === 'cli') { $c = (string) ini_get('apc.enable_cli'); if ($c != 1 && strtolower($c) !== 'on') { $this->markTestSkipped('This environment is not configured to use APC cache service. Set apc.enable_cli=on'); } } $config = [ 'prefix' => 'foozball/', ]; $c = new CRM_Utils_Cache_APCcache($config); return $c; } }