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