You are here

public static function FormatDateUnitTest::getInfo in SimpleTest 7

File

tests/common.test, line 1530
Tests for common.inc functionality.

Class

FormatDateUnitTest
Tests for the format_date() function.

Code

public static function getInfo() {
  return array(
    'name' => 'Format date',
    'description' => 'Test the format_date() function.',
    'group' => 'System',
  );
}