Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / translation / Tests / Dumper / FileDumperTest.php
index 9ed4c91eca4ccef68fb87bcdeb9387fbcb767fe2..79205195393ece95345fb8fa24988c66673ef618 100644 (file)
@@ -28,6 +28,8 @@ class FileDumperTest extends TestCase
         $dumper->dump($catalogue, array('path' => $tempDir));
 
         $this->assertFileExists($tempDir.'/messages.en.concrete');
+
+        @unlink($tempDir.'/messages.en.concrete');
     }
 
     /**