function CacheSavingCase::testNoEmptyCids
Test no empty cids are written in cache table.
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ cache.test, line 166
Class
Código
function testNoEmptyCids() {
$this->drupalGet('user/register');
$this->assertFalse(cache_get(''), 'No cache entry is written with an empty cid.');
}