public static function RelationshipTest::getInfo

File

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

Class

RelationshipTest
Tests the base relationship handler.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Relationship: Standard',
    'description' => 'Tests the base relationship handler.',
    'group' => 'Views Handlers',
  );
}