You are here

public static function BlockInterestCohortTest::getInfo in Drupal 7

File

modules/simpletest/tests/common.test, line 3254
Tests for common.inc functionality.

Class

BlockInterestCohortTest
Test for block_interest_cohort.

Code

public static function getInfo() {
  return array(
    'name' => 'Block Interest Cohort',
    'description' => 'Check Permissions-Policy header to disable Google FLoC',
    'group' => 'System',
  );
}