public static function EntityLabelTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityLabelTest.php, line 15
Contains \Drupal\system\Tests\Entity\EntityLabelTest.

Class

EntityLabelTest
Tests entity properties.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Entity label',
    'description' => 'Tests entity labels.',
    'group' => 'Entity API',
  );
}