public static function NodeMultiByteUtf8Test::getInfo

File

drupal/modules/node/node.test, line 2995
Tests for node.module.

Class

NodeMultiByteUtf8Test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.

Code

public static function getInfo() {
  return array(
    'name' => 'Multi-byte UTF-8',
    'description' => 'Test that multi-byte UTF-8 characters are stored and retrieved correctly.',
    'group' => 'Node',
  );
}