TranslationTestCase::resetCaches

7 translation.test TranslationTestCase::resetCaches()
8 translation.test TranslationTestCase::resetCaches()

Resets static caches to make the test code match the client-side behavior.

File

modules/translation/translation.test, line 261
Tests for the Translation module.

Code

function resetCaches() {
  drupal_static_reset('locale_url_outbound_alter');
}
Login or register to post comments