aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13849] Fix testsNicofuma2015-05-192-0/+2
* Merge pull request #3591 from Nicofuma/ticket/12632Oliver Schramm2015-05-162-0/+22
|\
| * [ticket/12632] Add twig.debug and twig.auto_reload in config.ymlTristan Darricau2015-05-042-0/+22
* | [ticket/13828] Renamed testing doubles to avoid PHP7 keywordsJoshyPHP2015-05-101-1/+1
|/
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+2
* [ticket/12620] Use the test environment for the testsTristan Darricau2014-11-207-2/+0
* [ticket/12620] Add a test using a custom DI extension in an extensionTristan Darricau2014-11-203-0/+36
* [ticket/12620] Fix testsTristan Darricau2014-11-202-1/+2
* [ticket/12620] Creates one di extension per phpBB extensionTristan Darricau2014-11-201-0/+2
* [ticket/12620] Adds a yaml config fileTristan Darricau2014-11-205-0/+0
* [ticket/12620] Updates test environment (production => development)Tristan Darricau2014-11-204-0/+0
* [ticket/12620] Add the support of the environments for the ext servicesTristan Darricau2014-11-205-0/+8
* [ticket/12620] Use PHPBB_ENVIRONMENTTristan Darricau2014-11-201-1/+1
* [ticket/12620] Update testsTristan Darricau2014-11-202-0/+0
* [ticket/12620] Fix functional testsTristan Darricau2014-11-201-1/+1
* [ticket/12620] Fix testsTristan Darricau2014-11-201-0/+2
* [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-0/+4
* [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.ymlTristan Darricau2014-07-072-6/+16
* [ticket/12775] Fix container_builderTristan Darricau2014-07-071-1/+1
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-071-1/+1
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-071-17/+17
* [ticket/12775] Fix unit testsTristan Darricau2014-07-071-1/+1
* [ticket/12775] Add tests for the container factoryTristan Darricau2014-07-076-28/+144
* [ticket/12775] Skip the tests related to the containerTristan Darricau2014-07-071-0/+3
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12282] Update container db mockJoas Schilling2014-04-011-4/+28
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-3/+3
|\
| * Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-141-1/+2
| |\
| * | [ticket/11574] Use alternate DI config file for updaterIgor Wiedler2013-07-131-3/+3
* | | [ticket/11700] DI container test needs namespaces to work properlyNils Adermann2013-09-161-50/+56
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-162-8/+8
| |/ |/|
* | [feature/bootstrap-dic] Bootstrap container from config.phpIgor Wiedler2013-07-111-1/+2
|/
* [ticket/11015] Fixup some things from the big mergeIgor Wiedler2012-11-121-2/+1
* [ticket/11152] Basic tests for the container functionsIgor Wiedler2012-11-112-0/+83