You are here

public static function NofollowListTestCase::getInfo in Nofollow List 7

File

./nofollowlist.test, line 13
Tests for nofollowlist.module.

Class

NofollowListTestCase
Tests the rel="nofollow" whitelist functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Nofollowlist',
    'description' => 'Tests nofollowlist functionality.',
    'group' => 'Nofollowlist',
  );
}