public static function HandlerAllTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerAllTest.php, line 46
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',
  );
}