Add unit test
This commit is contained in:
parent
04075eba6b
commit
0b9f7642a6
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class Test_Request extends \Test\TestCase {
|
|||
array('/core/ajax/translations.php', '/core/ajax/translations.php', 'index.php'),
|
||||
array('/core/ajax/translations.php', '//core/ajax/translations.php', '/index.php'),
|
||||
array('/core/ajax/translations.php', '/oc/core/ajax/translations.php', '/oc/index.php'),
|
||||
array('/core/ajax/translations.php', '/oc//index.php/core/ajax/translations.php', '/oc/index.php'),
|
||||
array('/1', '/oc/core/1', '/oc/core/index.php'),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue