public static function HistoryTimestampTest::getInfo

File

drupal/core/modules/history/lib/Drupal/history/Tests/Views/HistoryTimestampTest.php, line 34
Contains \Drupal\history\Tests\Views\HistoryTimestampTest.

Class

HistoryTimestampTest
Tests the history timestamp handlers.

Namespace

Drupal\history\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'History Integration',
    'description' => 'Tests the history timestamp handlers.',
    'group' => 'Views module integration',
  );
}