You are here

public function ReportFileSystemTest::testFileExists in Forena Reports 8

Test File Processing

File

tests/src/Unit/File/ReportFileSystemTest.php, line 24
Implements ReportFileSystemTest

Class

ReportFileSystemTest
@require module forena @group Forena @coversDefaultClass \Drupal\forena\File\ReportFileSystem

Namespace

Drupal\Tests\forena\Unit\File

Code

public function testFileExists() {
  $this
    ->assertTrue($this
    ->reportFileSystem()
    ->exists('sample.frx'), "Sample Report");
  return 'File operations OK';
}