public function RiakCacheTest::testGetStats in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php \Doctrine\Tests\Common\Cache\RiakCacheTest::testGetStats()
@group DCOM-43
Overrides CacheTest::testGetStats
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ RiakCacheTest.php, line 47
Class
- RiakCacheTest
- RiakCache test
Namespace
Doctrine\Tests\Common\CacheCode
public function testGetStats() {
$cache = $this
->_getCacheDriver();
$stats = $cache
->getStats();
$this
->assertNull($stats);
}