public static function EntityUriTest::getInfo

File

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

Class

EntityUriTest
Tests the basic Entity API.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Entity URI',
    'description' => 'Tests default URI functionality.',
    'group' => 'Entity API',
  );
}