You are here

public static function SortRandomTest::getInfo in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/Handler/SortRandomTest.php, line 15
Definition of Drupal\views\Tests\Handler\SortRandomTest.

Class

SortRandomTest
Tests for core Drupal\views\Plugin\views\sort\Random handler.

Namespace

Drupal\views\Tests\Handler

Code

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