public static function CoderUpgradeWebTestCase::getInfo in Coder 7.2
Same name and namespace in other branches
- 7 coder_upgrade/coder_upgrade.test \CoderUpgradeWebTestCase::getInfo()
File
- coder_upgrade/
coder_upgrade.test, line 240
Class
- CoderUpgradeWebTestCase
- Functional tests for the admin interface (settings and execution).
Code
public static function getInfo() {
return array(
'name' => 'Settings interface',
'description' => 'Test the administration interface for Coder Upgrade.',
'group' => 'Coder Upgrade',
);
}