You are here

public static function NatSecondaryTest::getInfo in Node Auto Term [NAT] 6

Same name and namespace in other branches
  1. 6.2 tests/nat.test \NatSecondaryTest::getInfo()
  2. 7.2 tests/nat.test \NatSecondaryTest::getInfo()
  3. 7 tests/nat.test \NatSecondaryTest::getInfo()

File

tests/nat.test, line 224
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',
  );
}