public static function SortDateTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php, line 24
Definition of Drupal\views\Tests\Handler\SortDateTest.

Class

SortDateTest
Tests for core Drupal\views\Plugin\views\sort\Date handler.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Sort: Date',
    'description' => 'Test the core Drupal\\views\\Plugin\\views\\sort\\Date handler.',
    'group' => 'Views Handlers',
  );
}