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