From ddcaf9fbabd28af1922f63fbab86daa031ae86d4 Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Mon, 28 Jul 2014 15:19:37 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20tests=20=09modifi=C3=A9:=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20core/lib/Thelia/Tests/Tools/MimeTypesToolsTest.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/lib/Thelia/Tests/Tools/MimeTypesToolsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Tests/Tools/MimeTypesToolsTest.php b/core/lib/Thelia/Tests/Tools/MimeTypesToolsTest.php index 31488304c..fc33cfda5 100644 --- a/core/lib/Thelia/Tests/Tools/MimeTypesToolsTest.php +++ b/core/lib/Thelia/Tests/Tools/MimeTypesToolsTest.php @@ -29,7 +29,7 @@ class MimeTypesToolsTest extends \PHPUnit_Framework_TestCase { new Translator(new Container()); - $this->tool = MimeTypeTools::getInstance(); + $this->tool = new MimeTypeTools(); } public function testTrim()