aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/container_builder.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-0/+5
| | | | PHPBB3-11444
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-1/+9
| | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-0/+19
| | | | | | | | | | | | | Create a very basic user loader class to handle querying/storing user data in a centralized location. Use DIC collection service for notification types/methods. Cleanup unused dependencies. Fix some other issues. PHPBB3-11103
* [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-101-0/+160
PHPBB3-11152