| 7 cache.test | CacheSavingCase::testNoEmptyCids() |
| 8 cache.test | CacheSavingCase::testNoEmptyCids() |
Test no empty cids are written in cache table.
File
- modules/
simpletest/ tests/ cache.test, line 166
Code
function testNoEmptyCids() {
$this->drupalGet('user/register');
$this->assertFalse(cache_get(''), t('No cache entry is written with an empty cid.'));
}
Login or register to post comments