protected function BackendGeneralTestCase::generalWipe in Supercache 8
Same name and namespace in other branches
- 2.0.x src/Tests/Generic/Cache/BackendGeneralTestCase.php \Drupal\supercache\Tests\Generic\Cache\BackendGeneralTestCase::generalWipe()
Perform the general wipe.
File
- src/
Tests/ Generic/ Cache/ BackendGeneralTestCase.php, line 92
Class
- BackendGeneralTestCase
- Testea funciones basicas.
Namespace
Drupal\supercache\Tests\Generic\CacheCode
protected function generalWipe() {
$this->backend
->removeBin();
}