You are here

public function ExporterBase::tearDown in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/ExporterBase.php, line 142
Tests for the YamlExporter class

Class

ExporterBase
Class ExporterBase

Namespace

AKlump\LoftDataGrids

Code

public function tearDown() {
  if (isset($this->sandboxFilePath) && file_exists($this->sandboxFilePath)) {
    unlink($this->sandboxFilePath);
  }
}