1 filter.test protected FilterFormatAccessTestCase::resetFilterCaches()

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

File

core/modules/filter/tests/filter.test, line 841
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);
}