function DrupalAttributesUnitTest::getInfo

File

modules/simpletest/tests/common.test, line 3050

Class

DrupalAttributesUnitTest
Tests for the format_date() function.

Code

public static function getInfo() {
    return array(
        'name' => 'HTML Attributes',
        'description' => 'Perform unit tests on the drupal_attributes() function.',
        'group' => 'System',
    );
}

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