aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15987] Go back to previous table definition typeMarc Alexander2019-05-143-0/+8
| | | | | | | | This will still allow using the 'tables' parameter array but will also ensure full backward compatibility and compatibility with extensions that will add more tables to the 'tables' array. PHPBB3-15987
* Merge branch 'ticket/14957' into ticket/14957-rheaMarc Alexander2017-01-034-0/+12
|\
| * [ticket/14957] Do not cache database config entriesMarc Alexander2017-01-032-0/+6
| | | | | | | | PHPBB3-14957
* | [ticket/14717] Quote strings beginning with @ or % in yaml definitionsMarc Alexander2016-07-234-4/+4
| | | | | | | | | | | | | | This type of use was deprecated in symfony 2.8 and will be dropped in 3.x. Also see: https://github.com/symfony/symfony/pull/16285 PHPBB3-14717
* | [ticket/14039] Revamp updaterMate Bartus2015-10-172-0/+31
| | | | | | | | PHPBB3-14039
* | [ticket/13890] Fix di testsTristan Darricau2015-05-291-0/+12
| | | | | | | | PHPBB3-13890
* | Merge pull request #3554 from Nicofuma/ticket/13770Nils Adermann2015-05-293-1/+20
|\ \ | | | | | | [ticket/13770] Wither interface for container_builder
| * | [ticket/13770] Update testsTristan Darricau2015-05-143-1/+20
| | | | | | | | | | | | PHPBB3-13770
* | | [ticket/13849] Fix testsNicofuma2015-05-192-0/+2
| | | | | | | | | | | | PHPBB3-13849
* | | Merge pull request #3591 from Nicofuma/ticket/12632Oliver Schramm2015-05-162-0/+22
|\ \ \ | |/ / |/| | | | | [ticket/12632] Add twig.debug and twig.auto_reload in config.yml
| * | [ticket/12632] Add twig.debug and twig.auto_reload in config.ymlTristan Darricau2015-05-042-0/+22
| | | | | | | | | | | | | | | PHPBB3-13206 PHPBB3-12632
* | | [ticket/13828] Renamed testing doubles to avoid PHP7 keywordsJoshyPHP2015-05-101-1/+1
|/ / | | | | | | PHPBB3-13828
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | [ticket/12620] Use the test environment for the testsTristan Darricau2014-11-206-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Add a test using a custom DI extension in an extensionTristan Darricau2014-11-202-0/+33
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Fix testsTristan Darricau2014-11-201-0/+2
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Creates one di extension per phpBB extensionTristan Darricau2014-11-201-0/+2
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Adds a yaml config fileTristan Darricau2014-11-205-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Updates test environment (production => development)Tristan Darricau2014-11-204-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Add the support of the environments for the ext servicesTristan Darricau2014-11-204-0/+4
| | | | | | | | | | | | | | | | | | We look for an environment.yml file in the config/PHPBB_ENVIRONMENT/ directory of the extensionss. If the directory does not exist we look for the environment.yml file in the 'default' environment and finally for the services.yml file in the config/ directory. PHPBB3-12620
* | [ticket/12620] Update testsTristan Darricau2014-11-202-0/+0
|/ | | | PHPBB3-12620
* [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.ymlTristan Darricau2014-07-072-6/+16
| | | | PHPBB3-12775
* [ticket/12775] Add tests for the container factoryTristan Darricau2014-07-075-0/+24
| | | | PHPBB3-12775
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11152] Basic tests for the container functionsIgor Wiedler2012-11-111-0/+11
PHPBB3-11152