You are here

public function AReportTokenTest::__construct in Forena Reports 8

File

tests/src/Unit/AReportTokenTest.php, line 17

Class

AReportTokenTest
Class AReportTokenTest @group Forena @require module forena @coversDefaultClass \Drupal\forena\Token\ReportReplacer

Namespace

Drupal\Tests\forena\Unit

Code

public function __construct() {
  parent::__construct();
  $this->replacer = new ReportReplacer($this
    ->dataService());
}