public static function EntityManagerTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityManagerTest.php, line 17
Contains \Drupal\system\Tests\Entity\EntityManagerTest.

Class

EntityManagerTest
Tests methods on the entity manager.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Manager',
    'description' => 'Tests methods on the entity manager.',
    'group' => 'Entity API',
  );
}