aboutsummaryrefslogtreecommitdiffstats
path: root/lib/t/03_lang_redirection.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/t/03_lang_redirection.t')
-rw-r--r--lib/t/03_lang_redirection.t13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/t/03_lang_redirection.t b/lib/t/03_lang_redirection.t
deleted file mode 100644
index cb799c71b..000000000
--- a/lib/t/03_lang_redirection.t
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-require realpath(__DIR__ . '/../testmore.php');
-require realpath(__DIR__ . '/../../langs.inc.php');
-
-plan('no_plan');
-
-diag('Testing langs.inc.php functions.');
-
-
-is(relocate($langs, null, 'en', 'en'), '/en/');
-is(relocate($langs, null, 'en', 'pt-BR,pt;q=0.8,es;q=0.6,en-US;q=0.4,en;q=0.2'), '/pt-br/');
-