You are here

public static function HreflangCommentTest::getInfo in Hreflang 7

File

./hreflang.test, line 162
Functional tests for Hreflang.

Class

HreflangCommentTest
Functional tests for Hreflang with Comment module.

Code

public static function getInfo() {
  return array(
    'name' => 'Hreflang with comments',
    'description' => 'Tests for presence of the hreflang link element on nodes with comments.',
    'group' => 'Hreflang',
  );
}