public static function ForenaReportTestCase::getInfo in Forena Reports 7.5
Same name in this branch
- 7.5 forena.test \ForenaReportTestCase::getInfo()
- 7.5 tests/forena.test \ForenaReportTestCase::getInfo()
Same name and namespace in other branches
- 7.3 forena.test \ForenaReportTestCase::getInfo()
- 7.4 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'),
);
}