function NodeMultiByteUtf8Test::getInfo

File

modules/node/node.test, line 3101

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.