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:
authorStefan Giehl <stefan@matomo.org>2020-03-22 23:02:44 +0300
committerGitHub <noreply@github.com>2020-03-22 23:02:44 +0300
commita4e4f3d79114080609611c9182215c546539e3af (patch)
treef33c2989d2bee90fc61b0d84451748fd70c89cd8 /plugins/CoreUpdater
parent8b9a214f640ba7df76d6c964f8bc70b39ff00e7a (diff)
Remove PHP serialization response format (#15558)
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js b/plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js
index af81d3b459..2972b47333 100644
--- a/plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js
+++ b/plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js
@@ -34,7 +34,7 @@ describe("CoreUpdaterDb", function () {
});
}
- var formats = ['CSV', 'TSV', 'XML', 'JSON', 'PHP'];
+ var formats = ['CSV', 'TSV', 'XML', 'JSON'];
formats.forEach(apiUpgradeTest);
it("should start the updater when an old version of Piwik is detected in the DB", async function() {