aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_global_lang_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-3/+3
| | | | PHPBB3-14948
* [ticket/14972] Avoid using self as constant in testsrxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/14394] Only purge cache in functional tests if necessaryMarc Alexander2016-01-071-0/+7
| | | | PHPBB3-14394
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12017] Copy config/ dir so events workJoas Schilling2013-11-141-1/+2
| | | | PHPBB3-12017
* [ticket/11792] Add functional test for var lang_set_ext of core.user_setuprechosen2013-08-221-0/+63
To ensure that the new lang_set_ext variable available with the core.user_setup event works properly, a functional test was added. It overwrites the value of the 'SKIP' language key, which is assumed to remain in use for some time to come. PHPBB3-11792