public static function FilterNoFormatTest::getInfo

File

drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterNoFormatTest.php, line 16
Definition of Drupal\filter\Tests\FilterNoFormatTest.

Class

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

Namespace

Drupal\filter\Tests

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',
  );
}