public static function FilterNoFormatTestCase::getInfo

7.x filter.test public static FilterNoFormatTestCase::getInfo()

File

drupal-7.x/modules/filter/filter.test, line 775
Tests for filter.module.

Class

FilterNoFormatTestCase
Tests the behavior of check_markup() when it is called without text format.

Code

public static function getInfo() {
  return array(
    'name' => 'Unassigned text format functionality',
    'description' => 'Test the behavior of check_markup() when it is called without a text format.',
    'group' => 'Filter',
  );
}