summaryrefslogtreecommitdiffstats
path: root/core/js/tests/specHelper.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/tests/specHelper.js')
-rw-r--r--core/js/tests/specHelper.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/js/tests/specHelper.js b/core/js/tests/specHelper.js
index b62a0efe40d..4111b6763d9 100644
--- a/core/js/tests/specHelper.js
+++ b/core/js/tests/specHelper.js
@@ -113,15 +113,6 @@ window.isPhantom = /phantom/i.test(navigator.userAgent);
// must use fake responses for expected calls
fakeServer = sinon.fakeServer.create();
- // return fake translations as they might be requested for many test runs
- fakeServer.respondWith(/\/index.php\/core\/ajax\/translations.php$/, [
- 200, {
- "Content-Type": "application/json"
- },
- '{"data": [], "plural_form": "nplurals=2; plural=(n != 1);"}'
- ]
- );
-
// make it globally available, so that other tests can define
// custom responses
window.fakeServer = fakeServer;