You are here

public static function ForenaInegrationTest::getInfo in Forena Reports 8

File

src/Tests/ForenaInegrationTest.php, line 32
tests Tests for forena. @author davidmetzler

Class

ForenaInegrationTest
Class ForenaInegrationTest

Namespace

Drupal\forena\Tests

Code

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