aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15987] Go back to previous table definition typeMarc Alexander2019-05-144-0/+20
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-093-5/+7
* [ticket/15258] Adds a method to get a service by class in service_collectionTristan Darricau2019-05-081-0/+23
* Merge branch 'ticket/14957' into ticket/14957-rheaMarc Alexander2017-01-035-1/+14
|\
| * [ticket/14957] Do not cache database config entriesMarc Alexander2017-01-033-1/+7
* | [ticket/14807] Fix tests after symfony upgradeTristan Darricau2016-10-091-2/+0
* | [ticket/14717] Quote strings beginning with @ or % in yaml definitionsMarc Alexander2016-07-234-4/+4
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
* | [ticket/14039] Revamp updaterMate Bartus2015-10-172-0/+31
* | [ticket/13961] Move back service_collections under original namespaceMate Bartus2015-06-262-4/+4
* | [ticket/13961] Add tests for ordered collectionsMate Bartus2015-06-242-2/+53
* | [ticket/13961] Add test to service_collectionMate Bartus2015-06-231-0/+47
* | [ticket/13890] Fix di testsTristan Darricau2015-05-291-0/+12
* | Merge pull request #3554 from Nicofuma/ticket/13770Nils Adermann2015-05-294-70/+40
|\ \
| * | [ticket/13770] Update testsTristan Darricau2015-05-144-70/+40
* | | [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