<?phpnamespace DoctrineTestsCommonCache;use DoctrineCommonCacheXcacheCache;/** * @requires extension xcache */class XcacheCacheTest extends CacheTest{ protected function _getCacheDriver() { return new XcacheCache(); }}