public static function ResourceHintsWebTestCase::getInfo in Resource Hints 7
Same name and namespace in other branches
- 7.2 resource_hints.test \ResourceHintsWebTestCase::getInfo()
Implements getInfo().
File
- ./resource_hints.test, line 17 
- Tests for resource hints module.
Class
- ResourceHintsWebTestCase
- Test case.
Code
public static function getInfo() {
  return array(
    'name' => 'Resources Hints Web Test Case',
    'description' => 'Test resource hints are output based on configuration.',
    'group' => 'Resource Hints',
  );
}