@group DCOM-43
Overrides CacheTest::testGetStats
public function testGetStats() { $cache = $this ->_getCacheDriver(); $stats = $cache ->getStats(); $this ->assertNull($stats); }