public static function ItCookieComplianceTestCase::getInfo in IT Cookie Compliance 7
Override getInfo.
File
- ./
it_cookie_compliance.test, line 16 - IT Cookie Compliance module test file.
Class
- ItCookieComplianceTestCase
- Tests the functionality of the Simpletest example content type.
Code
public static function getInfo() {
return array(
'name' => 'IT Cookie Compliance preemptive blocking',
'description' => 'Ensure that blocks and javascripts are blocked as designed.',
'group' => 'IT Cookie Compliance',
);
}