public static function EntityUUIDTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php, line 25
Definition of Drupal\system\Tests\Entity\EntityUUIDTest.

Class

EntityUUIDTest
Tests creation, saving, and loading of entity UUIDs.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Entity UUIDs',
    'description' => 'Tests creation, saving, and loading of entity UUIDs.',
    'group' => 'Entity API',
  );
}