You are here

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

File

lib/Drupal/views/Tests/Handler/HandlerAllTest.php, line 43
Definition of Drupal\views\Tests\Handler\HandlerAllTest.

Class

HandlerAllTest
Creates views with instances of all handlers...

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Handlers: All',
    'description' => 'Test instances of all handlers.',
    'group' => 'Views Handlers',
  );
}