public static function ContextualDynamicContextTestCase::getInfo

File

drupal/modules/contextual/contextual.test, line 14
Tests for contextual.module.

Class

ContextualDynamicContextTestCase
Tests accessible links after inaccessible links on dynamic context.

Code

public static function getInfo() {
  return array(
    'name' => 'Contextual links on node lists',
    'description' => 'Tests if contextual links are showing on the front page depending on permissions.',
    'group' => 'Contextual',
  );
}