public function VoidCacheTest::testShouldAlwaysReturnNullOnGetStatus in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/VoidCacheTest.php \Doctrine\Tests\Common\Cache\VoidCacheTest::testShouldAlwaysReturnNullOnGetStatus()
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ VoidCacheTest.php, line 45
Class
Namespace
Doctrine\Tests\Common\CacheCode
public function testShouldAlwaysReturnNullOnGetStatus() {
$cache = new VoidCache();
$this
->assertNull($cache
->getStats());
}