protected function CacheTestCase::generalWipe
Perform the general wipe.
Parameters
$bin: The bin to perform the wipe on.
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ cache.test, line 83
Class
Código
protected function generalWipe($bin = NULL) {
if ($bin == NULL) {
$bin = $this->default_bin;
}
cache_clear_all(NULL, $bin);
}