aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension
Commit message (Expand)AuthorAgeFilesLines
...
| * [ticket/11415] Add test for find_from_extension()Nathan Guse2013-05-141-0/+17
| * [ticket/11415] Fix ext.manager constructor in testsNathaniel Guse2013-05-031-1/+0
| * [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-012-3/+8
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11465Marc Alexander2013-05-127-229/+99
|\ \
| * | [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] (more) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| * [ticket/11335] (tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-242-2/+2
| * Merge pull request #1324 from nickvergessen/ticket/10844-2Nils Adermann2013-04-244-1/+70
| |\
| | * [ticket/10844] Increase prefix to not match template/ in finder testJoas Schilling2013-04-221-1/+1
| | * [ticket/10844] Add extension template file to locateJoas Schilling2013-04-221-0/+1
| | * [ticket/10844] Add unit tests for different root_pathsJoas Schilling2013-04-122-0/+68
| * | Merge pull request #1290 from nickvergessen/ticket/11362Nils Adermann2013-04-243-1/+20
| |\ \
| | * | [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-173-1/+4
| | * | [ticket/11362] Add unit test for ../ in directory pathsJoas Schilling2013-03-121-0/+16
| | |/
| * | [ticket/11491] Move file to correct directoryJoas Schilling2013-04-121-205/+0
| |/
* | [ticket/11465] Add disabled ext to allow proper testing of get_module_infos()Marc Alexander2013-05-125-2/+50
* | [ticket/11465] Add tests for optional arguments of get_module_infos()Marc Alexander2013-05-121-0/+60
* | [ticket/11465] Add comments explaining the testsMarc Alexander2013-05-103-2/+13
* | [ticket/11465] Correctly set the root path for the testJoas Schilling2013-04-101-0/+5
* | [ticket/11465] Add phpBB module to testJoas Schilling2013-04-103-0/+62
* | [ticket/11465] Move require_once() in unit test to the top of the fileMarc Alexander2013-03-221-7/+4
* | [ticket/11465] Add unit tests for acp_modules::get_module_infos()Marc Alexander2013-03-227-0/+158
|/
* [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-032-13/+21
* [ticket/11386] Fix failing tests from constructor changesNathaniel Guse2013-03-021-1/+1
* [ticket/11386] Remove tests that check if finder cache is workingNathaniel Guse2013-03-021-5/+13
* [ticket/11386] Update tests with new constructors for ext.manager/migratorNathaniel Guse2013-03-022-3/+15
* [feature/migrations] Fix failing tests (again)Nathaniel Guse2013-02-132-24/+25
* [feature/migrations] Fix failing testsNathaniel Guse2013-02-111-4/+12
* [feature/migrations] Make the container available to extension installersNathan Guse2013-02-062-0/+3
* [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+2
* [ticket/10631] Some cleanup of the test casesNathan Guse2012-09-012-67/+107
* [ticket/10631] Fixing a few extension admin issuesUnknown Bliss2012-09-011-1/+1
* [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-011-11/+9
* [ticket/10631] Fix metadata_manager_testNathan Guse2012-09-011-2/+2
* [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-014-52/+297
* [ticket/10631] Metadata manager testsNathan Guse2012-09-013-54/+396
* [ticket/10631] Fix class construct arguments in testNathan Guse2012-09-011-2/+1
* [ticket/10631] A _start_ on a metadata manager test.Nathan Guse2012-09-011-0/+55
* [ticket/10631] Fixing an error in the test scriptNathan Guse2012-09-011-1/+1
* [ticket/10631] Update testsNathan Guse2012-09-011-0/+2
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-082-4/+0
* Merge remote-tracking branch 'naderman/ticket/10663' into developAndreas Fischer2012-02-241-0/+0
|\
| * [ticket/10663] Adding nested directory to finder testVjacheslav Trushkin2012-02-211-0/+0
* | [ticket/10667] Fix tests under MySQL 5.5 strict modeIgor Wiedler2012-02-211-0/+3
|/
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-022-2/+2
* [feature/extension-manager] Split disabling extensions up into steps as wellNils Adermann2011-11-182-0/+13
* [feature/extension-manager] Rename default methods to core methods on finder.Nils Adermann2011-11-181-25/+22