public function GenericCacheBackendUnitTestBase::tearDownCacheBackend

Allows alteration of environment after a test run but before tear down.

Used before the real tear down because the tear down will change things such as the database prefix.

1 call to GenericCacheBackendUnitTestBase::tearDownCacheBackend()
GenericCacheBackendUnitTestBase::tearDown in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Deletes created files, database tables, and reverts all environment changes.

File

drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php, line 89
Definition of Drupal\system\Tests\Cache\GenericCacheBackendUnitTestBase.

Class

GenericCacheBackendUnitTestBase
Tests any cache backend.

Namespace

Drupal\system\Tests\Cache

Code

public function tearDownCacheBackend() {
}