public static function AdsTxtBasicTestCase::getInfo in AdsTxt 7
File
- ./
adstxt.test, line 18 - Tests for adstxt.module.
Class
- AdsTxtBasicTestCase
- Tests basic functionality of configured ads.txt files.
Code
public static function getInfo() {
return array(
'name' => 'Test ads.txt',
'description' => 'Tests basic functionality of configured ads.txt files.',
'group' => 'AdsTxt',
);
}