public static function FieldUnitTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php, line 33
Contains \Drupal\views\Tests\Handler\FieldUnitTest.

Class

FieldUnitTest
Tests the generic field handler.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Field: Unit Test',
    'description' => 'Tests the generic field handler.',
    'group' => 'Views Handlers',
  );
}