public static function RobotsTxtBasicTestCase::getInfo in RobotsTxt 7
File
- ./
robotstxt.test, line 18 - Tests for robotstxt.module.
Class
- RobotsTxtBasicTestCase
- Tests basic functionality of configured robots.txt files.
Code
public static function getInfo() {
return array(
'name' => 'Robots.txt functionality',
'description' => 'Tests basic functionality of configured robots.txt files.',
'group' => 'Robots.txt',
);
}