function FilterNoFormatTestCase::getInfo

File

modules/filter/filter.test, line 808

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.