You are here

public static function entity_bundle_plugin_merge::getInfo in Entity bundle plugin 7

File

tests/entity_bundle_plugin_merge.test, line 9

Class

entity_bundle_plugin_merge
@author marand

Code

public static function getInfo() {
  return array(
    'name' => 'Deep merge',
    'description' => 'Unit test for the EBP-specific array merge function.',
    'group' => 'Entity Bundle Plugin',
  );
}