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 core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Performs cleanup tasks after each individual test method has been run.

File

core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php, line 88

Class

GenericCacheBackendUnitTestBase
Tests any cache backend.

Namespace

Drupal\system\Tests\Cache

Code

public function tearDownCacheBackend() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.