aboutsummaryrefslogtreecommitdiffstats
path: root/lib/t/03_lang_redirection.t
blob: cb799c71bbf4c79845dab5ce4b67835f4603a061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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/');