You are here

function CoderUpgrade6xTest::getInfo in Coder 6

Same name and namespace in other branches
  1. 6.2 tests/coder_6x.test \CoderUpgrade6xTest::getInfo()

File

tests/coder_6x.test, line 9

Class

CoderUpgrade6xTest

Code

function getInfo() {
  return array(
    'name' => t('Coder Upgrade 6.x Tests'),
    'description' => t('Tests for the coder upgrade6x review.'),
    'group' => t('Coder'),
  );
}