public static function ContextualDynamicContextTest::getInfo

File

drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php, line 24
Definition of Drupal\contextual\Tests\ContextualDynamicContextTest.

Class

ContextualDynamicContextTest
Tests accessible links after inaccessible links on dynamic context.

Namespace

Drupal\contextual\Tests

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',
  );
}