You are here

protected function BackendGeneralTestCase::generalWipe in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 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\Cache

Code

protected function generalWipe() {
  $this->backend
    ->removeBin();
}