You are here

public function PackageManagementTest::tearDown in MongoDB 7

Same name in this branch
  1. 7 src/Tests/PackageManagementTest.php \Drupal\mongodb\Tests\PackageManagementTest::tearDown()
  2. 7 mongodb_watchdog/src/Tests/PackageManagementTest.php \Drupal\mongodb_watchdog\Tests\PackageManagementTest::tearDown()

File

mongodb_watchdog/src/Tests/PackageManagementTest.php, line 46

Class

PackageManagementTest
Test package management hooks.

Namespace

Drupal\mongodb_watchdog\Tests

Code

public function tearDown() {

  // Support using the MongoDB cache.
  drupal_flush_all_caches();
  parent::tearDown();
}