You are here

public static function FilterNoFormatTestCase::getInfo in Drupal 7

File

modules/filter/filter.test, line 805
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',
  );
}