You are here

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

File

lib/Drupal/views/Tests/Handler/RelationshipTest.php, line 27
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',
  );
}