aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/metadata_manager_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12009] Move valid extensions in tests to correct dir structure.Cesar G2013-12-121-3/+3
* [task/composer-compatibility] Minor changes that will break extension BCMichaelC2013-10-011-14/+14
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-8/+3
* [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-171-2/+2
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-3/+14
|\
| * [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-3/+9
| * [ticket/11832] Fix constructions of phpbb_filesystemNathan Guse2013-09-131-1/+6
| * [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving)Nathan Guse2013-09-091-1/+1
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-28/+28
|/
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-2/+0
* [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+0
* [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-1/+1
* Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-181-2/+4
|\
| * [ticket/11415] Fix ext.manager constructor in testsNathaniel Guse2013-05-031-1/+0
| * [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-011-1/+4
* | [ticket/11450] Move mocked class into mock/metadata_manager.phpJoas Schilling2013-05-081-15/+2
* | [ticket/11450] Fix tests class nameJoas Schilling2013-05-081-1/+1
* | [ticket/11450] Require db_tools file to be includedJoas Schilling2013-05-081-0/+2
* | [ticket/11450] Fix all instances of phpbb_extension_metadata_managerJoas Schilling2013-05-081-4/+2
|/
* [ticket/11335] (tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
* [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-0/+1
* [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-031-0/+11
* [ticket/11386] Update tests with new constructors for ext.manager/migratorNathaniel Guse2013-03-021-1/+0
* [feature/migrations] Fix failing tests (again)Nathaniel Guse2013-02-131-0/+3
* [feature/migrations] Make the container available to extension installersNathan Guse2013-02-061-0/+1
* [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+2
* [ticket/10631] Some cleanup of the test casesNathan Guse2012-09-011-21/+80
* [ticket/10631] Fix metadata_manager_testNathan Guse2012-09-011-2/+2
* [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-011-51/+48
* [ticket/10631] Metadata manager testsNathan Guse2012-09-011-0/+374