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