public static function ImageAllowInsecureDerivativesTestCase::getInfo in Image Allow Insecure Derivatives 7
Provides the information of the tests.
File
- ./
image_allow_insecure_derivatives.test, line 16 - Tests for the Image Allow Insecure Derivatives module.
Class
- ImageAllowInsecureDerivativesTestCase
- Provides tests for the Image Allow Insecure Derivatives module.
Code
public static function getInfo() {
return array(
'name' => 'Image Allow Insecure Derivatives',
'description' => 'Perform various tests with the Image Allow Insecure Derivatives module.',
'group' => 'Image',
);
}