aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_global_lang_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [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