public static function EntityQueryRelationshipTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php, line 62
Definition of Drupal\Core\Entity\Tests\EntityQueryRelationshipTest.

Class

EntityQueryRelationshipTest
Tests Entity Query API relationship functionality.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Query relationship',
    'description' => 'Tests the Entity Query relationship API',
    'group' => 'Entity API',
  );
}