function LocaleDateFormatsFunctionalTest::getInfo

File

modules/locale/locale.test, line 3015

Class

LocaleDateFormatsFunctionalTest
Functional tests for localizing date formats.

Code

public static function getInfo() {
    return array(
        'name' => 'Localize date formats',
        'description' => 'Tests for the localization of date formats.',
        'group' => 'Locale',
    );
}

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