You are here

protected function BackendGeneralTestCase::generalWipe in Supercache 8

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

Code

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