public static function DenormalizeTest::getInfo

File

drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php, line 17
Contains \Drupal\hal\Tests\DenormalizeTest.

Class

DenormalizeTest
Test the HAL normalizer's denormalize function.

Namespace

Drupal\hal\Tests

Code

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