You are here

public static function ForenaReportTestCase::getInfo in Forena Reports 7.3

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

File

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

Class

ForenaReportTestCase
@file tests Tests for forena. @author davidmetzler

Code

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