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/
tests/ Drupal/ KernelTests/ Core/ Cache/ GenericCacheBackendUnitTestBase.php
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Cache/ GenericCacheBackendUnitTestBase.php, line 85
Class
- GenericCacheBackendUnitTestBase
- Tests any cache backend.
Namespace
Drupal\KernelTests\Core\CacheCode
public function tearDownCacheBackend() {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.