File
- drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityBCDecoratorTest.php, line 24
- Contains \Drupal\system\Tests\Entity\EntityBCDecoratorTest.
Class
- EntityBCDecoratorTest
- Tests Entity API base functionality.
Namespace
Drupal\system\Tests\Entity
Code
public static function getInfo() {
return array(
'name' => 'Entity Backward Compatibility Decorator',
'description' => 'Tests the Entity Backward Compatibility Decorator',
'group' => 'Entity API',
);
}