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
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actions/tests/Unit/ArchiverTest.php')
-rw-r--r--plugins/Actions/tests/Unit/ArchiverTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Actions/tests/Unit/ArchiverTest.php b/plugins/Actions/tests/Unit/ArchiverTest.php
index d0f7d42543..9c7cae8f7e 100644
--- a/plugins/Actions/tests/Unit/ArchiverTest.php
+++ b/plugins/Actions/tests/Unit/ArchiverTest.php
@@ -9,8 +9,8 @@
namespace Piwik\Plugins\Actions\tests\Unit;
use Piwik\Plugins\Actions\ArchivingHelper;
+use Piwik\Tests\Framework\Fixture;
use Piwik\Tracker\Action;
-use Piwik\Translate;
require_once PIWIK_INCLUDE_PATH . '/plugins/Actions/Actions.php';
@@ -23,12 +23,12 @@ class ArchiverTests extends \PHPUnit\Framework\TestCase
{
public function setUp()
{
- Translate::loadAllTranslations();
+ Fixture::loadAllTranslations();
}
public function tearDown()
{
- Translate::reset();
+ Fixture::resetTranslations();
}
public function getActionNameTestData()