aboutsummaryrefslogtreecommitdiffstats
path: root/tests/event
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-283-4/+113
| | | | PHPBB3-13872
* [ticket/13361] Rename exception to runtime_exceptionTristan Darricau2015-01-211-2/+2
| | | | PHPBB3-13361
* [ticket/13361] Add testsTristan Darricau2015-01-111-0/+100
| | | | PHPBB3-13361
* [ticket/13124] Add another test case as requestedMarc Alexander2014-10-092-0/+27
| | | | PHPBB3-13124
* [ticket/13124] Fix tests for event exporterMarc Alexander2014-10-061-2/+2
| | | | PHPBB3-13124
* [ticket/12766] Event exporter does not like RCx as versionPayBas2014-06-251-0/+2
| | | | PHPBB3-12766
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-274-12/+28
| | | | PHPBB3-12594
* [ticket/12273] Do not allow 3.1-A1 versionJoas Schilling2014-04-252-10/+7
| | | | PHPBB3-12273
* [ticket/12273] Fix unit tests for multi line arraysJoas Schilling2014-04-252-11/+61
| | | | PHPBB3-12273
* [ticket/12273] Fix unit test for multi line $varsJoas Schilling2014-04-241-2/+2
| | | | PHPBB3-12273
* [ticket/12273] Fix method name of test and fix undefined indexJoas Schilling2014-04-241-3/+3
| | | | PHPBB3-12273
* [ticket/12273] Test source files and compare with events.mdJoas Schilling2014-04-241-0/+37
| | | | PHPBB3-12273
* [ticket/12273] Remove duplicated codeJoas Schilling2014-04-201-4/+8
| | | | PHPBB3-12273
* [ticket/12273] Move phpBB test to new file and use a data providerJoas Schilling2014-04-202-7/+45
| | | | PHPBB3-12273
* [ticket/12273] Allow multiple $vars linesJoas Schilling2014-04-204-17/+79
| | | | PHPBB3-12273
* [ticket/12273] Move MD Exporter to separate fileJoas Schilling2014-04-181-0/+30
| | | | PHPBB3-12273
* [ticket/12273] Rename exporter to php_exporterJoas Schilling2014-04-181-7/+5
| | | | PHPBB3-12273
* [ticket/12273] Move event exporter to namespaceJoas Schilling2014-04-181-4/+2
| | | | PHPBB3-12273
* [ticket/12273] Crawl the phpBB directory for eventsJoas Schilling2014-04-181-9/+18
| | | | PHPBB3-12273
* [ticket/12273] Use class properties instead of parametersJoas Schilling2014-04-183-20/+83
| | | | PHPBB3-12273
* [ticket/12273] Add more tests for the event exporterJoas Schilling2014-04-185-16/+336
| | | | PHPBB3-12273
* [ticket/12273] Add a basic set of tests for the exporterJoas Schilling2014-04-184-0/+370
| | | | PHPBB3-12273
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-101-1/+1
| | | | PHPBB3-11152
* [feature/event-dispatcher] Fix copyright yearsIgor Wiedler2012-03-301-1/+1
| | | | PHPBB3-9550
* [feature/event-dispatcher] Change phpbb_event_dispatcher to inheritance, testsIgor Wiedler2012-03-241-0/+29
PHPBB3-9550