You are here

public function ZendDataCacheTest::testGetStats in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php \Doctrine\Tests\Common\Cache\ZendDataCacheTest::testGetStats()

@group DCOM-43

Overrides CacheTest::testGetStats

File

vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php, line 16

Class

ZendDataCacheTest

Namespace

Doctrine\Tests\Common\Cache

Code

public function testGetStats() {
  $cache = $this
    ->_getCacheDriver();
  $stats = $cache
    ->getStats();
  $this
    ->assertNull($stats);
}