public static function TamperConvertCaseTest::getInfo in Tamper 7
File
- src/
Tests/ TamperPlugins.test, line 97 - Contains tests for Tamper plugins.
Class
- TamperConvertCaseTest
- Tests for convert_case.
Code
public static function getInfo() {
return array(
'name' => 'Plugin: Convert case',
'description' => 'Tests for the convert case plugin.',
'group' => 'Tamper',
);
}