protected function PluginHandlerTest::tearDown in Database Sanitize 7
File
- vendor/
edisonlabs/ merge-yaml/ tests/ src/ Unit/ PluginHandlerTest.php, line 47
Class
Namespace
EdisonLabs\MergeYaml\UnitCode
protected function tearDown() {
$file = '/tmp/merge-yaml/test.merge.yml';
if (file_exists($file)) {
unlink($file);
}
}