public static function NatSecondaryTest::getInfo in Node Auto Term [NAT] 7.2
Same name and namespace in other branches
- 6.2 tests/nat.test \NatSecondaryTest::getInfo()
- 6 tests/nat.test \NatSecondaryTest::getInfo()
- 7 tests/nat.test \NatSecondaryTest::getInfo()
File
- tests/
nat.test, line 228 - NAT module functionality tests.
Class
- NatSecondaryTest
- Test different settings. Due to static settings caching we have to use a second test case for this.
Code
public static function getInfo() {
return array(
'name' => t('NAT Secondary'),
'description' => t('Test alternative settings.'),
'group' => 'NAT',
);
}