You are here

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

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

File

tests/cck_select_other.test, line 233
CCK Select Other Functional Tests

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