public static function FilterSecurityTest::getInfo

File

drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php, line 32
Definition of Drupal\filter\Tests\FilterSecurityTest.

Class

FilterSecurityTest
Security tests for missing/vanished text formats or filters.

Namespace

Drupal\filter\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Security',
    'description' => 'Test the behavior of check_markup() when a filter or text format vanishes, or when check_markup() is called in such a way that it is instructed to skip all filters of the "FILTER_TYPE_HTML_RESTRICTOR" type.',
    'group' => 'Filter',
  );
}