markTestSkipped("XCache not installed. Skipping."); } if ($this->_cacheInstance === null) { $this->_cacheInstance = new XCache(); } return $this->_cacheInstance; } }