public static function NormalizeTest::getInfo

File

drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizeTest.php, line 15
Contains \Drupal\hal\Tests\NormalizeTest.

Class

NormalizeTest
Test the HAL normalizer.

Namespace

Drupal\hal\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Normalize Test',
    'description' => 'Test that entities can be normalized in HAL.',
    'group' => 'HAL',
  );
}