You are here

public function TestingReportFileSystem::delete in Forena Reports 8

Delete a file from the directory.

Parameters

string $filename:

Return value

bool

Overrides FileSystemBase::delete

File

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

Class

TestingReportFileSystem

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function delete($filename) {
}