public function ChainCacheTest::testGetStats in Plug 7
@group DCOM-43
Overrides CacheTest::testGetStats
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ ChainCacheTest.php, line 16
Class
Namespace
Doctrine\Tests\Common\CacheCode
public function testGetStats() {
$cache = $this
->_getCacheDriver();
$stats = $cache
->getStats();
$this
->assertInternalType('array', $stats);
}