Fix tests

modifié:         core/lib/Thelia/Tests/Tools/MimeTypesToolsTest.php
This commit is contained in:
Benjamin Perche
2014-07-28 15:19:37 +02:00
parent b26c61be96
commit ddcaf9fbab

View File

@@ -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()