diff --git a/core/lib/Thelia/Tests/Action/LangTest.php b/core/lib/Thelia/Tests/Action/LangTest.php index e4fc50e71..a4cea6212 100644 --- a/core/lib/Thelia/Tests/Action/LangTest.php +++ b/core/lib/Thelia/Tests/Action/LangTest.php @@ -172,4 +172,11 @@ class LangTest extends \PHPUnit_Framework_TestCase ->update(array('ByDefault' => true)); } + protected function tearDown() + { + @unlink(THELIA_TEMPLATE_DIR . "/backOffice/default/assets/img/flags/TEST.png"); + @unlink(THELIA_TEMPLATE_DIR . "/backOffice/default/assets/img/flags/TES.png"); + } + + }