You are here

public static function ForenaReportTestCase::getInfo in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.5 forena.test \ForenaReportTestCase::getInfo()
  2. 7.5 tests/forena.test \ForenaReportTestCase::getInfo()
  3. 7.3 forena.test \ForenaReportTestCase::getInfo()

File

./forena.test, line 10
tests Tests for forena. @author davidmetzler

Class

ForenaReportTestCase
@file tests Tests for forena. @author davidmetzler

Code

public static function getInfo() {
  return array(
    'name' => 'Forena Reports',
    'description' => 'Report rendering tests for forena',
    'group' => t('Forena'),
  );
}