aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foo/bar/event
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-8/+14
| | | | PHPBB3-12594
* [ticket/12017] Remove IN_PHPBB defined checkJoas Schilling2013-11-142-18/+0
| | | | PHPBB3-12017
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-192-2/+6
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [ticket/11792] Add functional test for var lang_set_ext of core.user_setuprechosen2013-08-221-0/+43
| | | | | | | | | 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
* [ticket/11784] Remove naming redundancy for event listenersMatt Friedman2013-08-131-1/+1
| | | | PHPBB3-11784
* [ticket/11582] Fix little typoJoas Schilling2013-07-141-1/+1
| | | | PHPBB3-11582
* [ticket/11582] Test the event and and fix it.Joas Schilling2013-07-141-1/+1
| | | | PHPBB3-11582
* [ticket/11582] Fix extension permission testsJoas Schilling2013-07-141-0/+40
PHPBB3-11582