You are here

public function TestingReportFileSystem::__construct in Forena Reports 8

Constructor Sets the initial reort directory

Overrides ReportFileSystem::__construct

File

tests/src/Unit/Mock/TestingReportFileSystem.php, line 11

Class

TestingReportFileSystem

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function __construct() {
  $app = AppService::instance();
  $this->dir = $app->reportDirectory;
  $this->includes = $app->reportIncludes;
}