You are here

public static function EntityReferenceOgContextTestCase::getInfo in Entityreference prepopulate 7

File

./entityreference_prepopulate.test, line 5

Class

EntityReferenceOgContextTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'OG-context integration',
    'description' => 'Test the OG-context integration, which allows prepopulating by the group context.',
    'group' => 'Entity reference prepopulate',
    'dependencies' => array(
      'og',
    ),
  );
}