public static function EntityDisplayTest::getInfo

File

drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php, line 19
Contains \Drupal\entity\Tests\EntityDisplayTest.

Class

EntityDisplayTest
Tests the EntityDisplay configuration entities.

Namespace

Drupal\entity\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Entity display configuration entities',
    'description' => 'Tests the entity display configuration entities.',
    'group' => 'Entity API',
  );
}