aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/metadata_manager_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+0
| | | | PHPBB3-11598
* [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-1/+1
| | | | | | Replace all new phpbb_template( with new phpbb_template_twig( PHPBB3-11598
* Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-181-2/+4
|\ | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11415: [ticket/11415] Add test for find_from_extension() [ticket/11415] Send the extension base the finder rather than the manager [ticket/11415] Create function in finder find_from_extension [ticket/11415] Fix ext.manager constructor in tests [ticket/11415] Make migrator/ext.manager dependencies of the base ext class [ticket/11415] Remove migrator dependency from extension manager [ticket/11415] Move migrator to base extension class from ext.manager [ticket/11415] Move while loop from ext manager to acp_extensions.php
| * [ticket/11415] Fix ext.manager constructor in testsNathaniel Guse2013-05-031-1/+0
| | | | | | | | PHPBB3-11415
| * [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-011-1/+4
| | | | | | | | PHPBB3-11415
* | [ticket/11450] Move mocked class into mock/metadata_manager.phpJoas Schilling2013-05-081-15/+2
| | | | | | | | PHPBB3-11450
* | [ticket/11450] Fix tests class nameJoas Schilling2013-05-081-1/+1
| | | | | | | | PHPBB3-11450
* | [ticket/11450] Require db_tools file to be includedJoas Schilling2013-05-081-0/+2
| | | | | | | | PHPBB3-11450
* | [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