Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-10-20 06:18:21 +0300
committerdiosmosis <benaka@piwik.pro>2015-10-20 06:18:21 +0300
commitf59cdc838dfa040cc76bd058d77438e001d100aa (patch)
tree070e1bcd17b7536941122cbeffddd01f8e6c14de /tests
parent51022df534c24132d6837191be4100aef64a3b3d (diff)
Remove use of NumberFormatter::unsetInstance().
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Unit/Metrics/FormatterTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Unit/Metrics/FormatterTest.php b/tests/PHPUnit/Unit/Metrics/FormatterTest.php
index e0ecfacccd..0bcef84c5f 100644
--- a/tests/PHPUnit/Unit/Metrics/FormatterTest.php
+++ b/tests/PHPUnit/Unit/Metrics/FormatterTest.php
@@ -57,7 +57,6 @@ class FormatterTest extends \PHPUnit_Framework_TestCase
public function tearDown()
{
- StaticContainer::get('Piwik\NumberFormatter')->unsetInstance();
Translate::reset();
$this->unsetSiteManagerApiMock();
}