public static function NodeMultiByteUtf8Test::getInfo in Drupal 7
File
- modules/node/ node.test, line 3037 
- 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',
  );
}