You are here

public function ForenaReportTestCase::testConfig in Forena Reports 7.4

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

Test basic Forena Report.

File

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

Class

ForenaReportTestCase
@file tests Tests for forena. @author davidmetzler

Code

public function testConfig() {
  $this
    ->drupalGet('forena');
  $this
    ->drupalGet('reports/sample.states');
  $this
    ->assertText('Simple Table');
  $this
    ->assertText('Alaska');
}