1.20.x filter.test protected FilterFormatAccessTestCase::resetFilterCaches()

Rebuilds text format and permission caches in the thread running the tests.

File

modules/filter/tests/filter.test, line 831
Tests for filter.module.

Class

FilterFormatAccessTestCase
Tests the filter format access functionality in the Filter module.

Code

protected function resetFilterCaches() {
  filter_formats_reset();
  $this->checkPermissions(array(), TRUE);
}