You are here

protected function PluginHandlerTest::tearDown in Database Sanitize 7

File

vendor/edisonlabs/merge-yaml/tests/src/Unit/PluginHandlerTest.php, line 47

Class

PluginHandlerTest
Tests for EdisonLabs\MergeYaml\PluginHandler

Namespace

EdisonLabs\MergeYaml\Unit

Code

protected function tearDown() {
  $file = '/tmp/merge-yaml/test.merge.yml';
  if (file_exists($file)) {
    unlink($file);
  }
}