aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/barfoo/ext.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-121-1/+1
| | | | PHPBB3-12009
* [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-1/+3
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11465] Add disabled ext to allow proper testing of get_module_infos()Marc Alexander2013-05-121-0/+5
This will now also enable us to test the $use_all_available parameter of get_module_infos(), which will not only return the module infos for enabled extensions but also those from disabled extensions. PHPBB3-11465