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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-25 23:13:37 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-25 23:31:50 +0400
commit1424764fc20f111cc7f6f189b69c3115f7d095ab (patch)
tree28d1f804eabe93ac4e179840070e5576987aebea /tests/PHPUnit/Core
parentbfd484b35e5ec2544d462c9f5b53fa7e704a65e7 (diff)
Move JSON format bug fixes to new JSON2 format so existing clients will not fail. Add deprecation note for JSON format and use JSON2 in future proof code (angularjs/log importer).
Diffstat (limited to 'tests/PHPUnit/Core')
-rw-r--r--tests/PHPUnit/Core/API/ApiRendererTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Core/API/ApiRendererTest.php b/tests/PHPUnit/Core/API/ApiRendererTest.php
index 8fca8a86e9..a74db0bfe0 100644
--- a/tests/PHPUnit/Core/API/ApiRendererTest.php
+++ b/tests/PHPUnit/Core/API/ApiRendererTest.php
@@ -7,6 +7,7 @@
*/
use Piwik\API\ApiRenderer;
+use Piwik\API\ApiRenderer\Json;
/**
* @group Core