public static function DrupalAttributesUnitTest::getInfo in SimpleTest 7
File
- tests/
common.test, line 1610 - Tests for common.inc functionality.
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',
);
}