aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/ext/vendor
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15987] Go back to previous table definition typeMarc Alexander2019-05-141-0/+2
| | | | | | | | 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
* [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-202-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] Adds a yaml config fileTristan Darricau2014-11-203-0/+0
| | | | PHPBB3-12620
* [ticket/12620] Updates test environment (production => development)Tristan Darricau2014-11-202-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/12775] Add tests for the container factoryTristan Darricau2014-07-073-0/+6
PHPBB3-12775