You are here

public static function CCKSelectOtherHTMLEntitiesTest::getInfo in CCK Select Other 7

Same name and namespace in other branches
  1. 7.2 tests/cck_select_other.test \CCKSelectOtherHTMLEntitiesTest::getInfo()

File

tests/cck_select_other.test, line 236
test file for cck_select_other Testing file

Class

CCKSelectOtherHTMLEntitiesTest
Assert HTML entities are not double-encoded.

Code

public static function getInfo() {
  return array(
    'name' => 'CCK Select Other HTML Entities',
    'description' => 'Assert HTML entities are not double-encoded.',
    'group' => t('Field UI'),
  );
}