aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/metadata_manager_test.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ticket/11450] Fix all instances of phpbb_extension_metadata_managerJoas Schilling2013-05-081-4/+2
|/ | | | PHPBB3-11450
* [ticket/11335] (tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-0/+1
| | | | PHPBB3-11362
* [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-031-0/+11
| | | | | | | | | Remove dependency of extension manager for migrator. Keeping load_migrations function for others to use if they desire but requiring the finder be sent to it in order to use it. PHPBB3-11386
* [ticket/11386] Update tests with new constructors for ext.manager/migratorNathaniel Guse2013-03-021-1/+0
| | | | PHPBB3-11386
* [feature/migrations] Fix failing tests (again)Nathaniel Guse2013-02-131-0/+3
| | | | PHPBB3-11318
* [feature/migrations] Make the container available to extension installersNathan Guse2013-02-061-0/+1
| | | | | | | This allows extensions to load and install migrations easily as per their needs. PHPBB3-11318
* [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+2
| | | | PHPBB3-10933
* [ticket/10631] Some cleanup of the test casesNathan Guse2012-09-011-21/+80
| | | | | | The acp test case was not actually validating things correctly. Now is does PHPBB3-10631
* [ticket/10631] Fix metadata_manager_testNathan Guse2012-09-011-2/+2
| | | | PHPBB3-10631
* [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-011-51/+48
| | | | PHPBB3-10631
* [ticket/10631] Metadata manager testsNathan Guse2012-09-011-0/+374
PHPBB3-10631