public static function NatBasicTest::getInfo in Node Auto Term [NAT] 6        
                          
                  
                        Same name and namespace in other branches
- 6.2 tests/nat.test \NatBasicTest::getInfo()
- 7.2 tests/nat.test \NatBasicTest::getInfo()
- 7 tests/nat.test \NatBasicTest::getInfo()
File
 
   - tests/nat.test, line 159
- NAT module functionality tests.
Class
  
  - NatBasicTest 
- NAT basic function test.
Code
public static function getInfo() {
  return array(
    'name' => t('NAT Basic'),
    'description' => t('Testing basic functions and settings.'),
    'group' => 'NAT',
  );
}