public static function NatSettingsTest::getInfo in Node Auto Term [NAT] 7.2
Same name and namespace in other branches
- 6.2 tests/nat.test \NatSettingsTest::getInfo()
- 6 tests/nat.test \NatSettingsTest::getInfo()
- 7 tests/nat.test \NatSettingsTest::getInfo()
File
- tests/
nat.test, line 92 - NAT module functionality tests.
Class
- NatSettingsTest
- NAT settings test.
Code
public static function getInfo() {
return array(
'name' => t('NAT Settings'),
'description' => t('Checks if all settings are usable.'),
'group' => 'NAT',
);
}