public static function EntityValidationTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php, line 27
Contains \Drupal\system\Tests\Entity\EntityValidationTest.

Class

EntityValidationTest
Tests Entity API base functionality.

Namespace

Drupal\system\Tests\Entity

Code

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