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
Namespace
Drupal\Tests\forena\Unit\MockCode
public function delete($filename) {
}