You are here

public function APITest::testDataContext in Forena Reports 8

File

tests/src/Unit/APITest.php, line 19

Class

APITest
Test forena api. @group Forena @covers Drupal\forna\Frx @requires module forena

Namespace

Drupal\Tests\forena\Unit

Code

public function testDataContext() {
  $site = $this
    ->getDataContext('site');
  $this
    ->assertArrayHasKey('base_url', $site);
}