aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/migrator_tool_module_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-171-0/+35
|\ | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes
| * [ticket/15586] Added tests for adding modules the automatic waykasimi2018-03-111-0/+35
| | | | | | | | PHPBB3-15586
* | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-191-4/+157
|/ | | | PHPBB3-15595
* [ticket/15339] Fix testsOliver Schramm2017-12-241-19/+0
| | | | PHPBB3-15339
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-241-5/+115
|\ | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Optimize code construction [ticket/14831] Add more tests against UCP modules [ticket/14831] Add more tests, better name for $e placeholder [ticket/14831] Do not throw exception on the module existence checking [ticket/14831] Fix module migrator tool
| * [ticket/14831] Add more tests against UCP modulesrxu2016-10-231-1/+60
| | | | | | | | PHPBB3-14831
| * [ticket/14831] Add more tests, better name for $e placeholderrxu2016-10-231-4/+55
| | | | | | | | PHPBB3-14831
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-311-0/+38
|\ \ | |/ | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * [ticket/14703] Improve exception testingrxu2016-08-281-1/+5
| | | | | | | | PHPBB3-14703
| * [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-241-0/+34
| | | | | | | | PHPBB3-14703
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | | | | | PHPBB3-14576
* | [ticket/13777] Fix testsMateBartus2015-05-311-1/+4
| | | | | | | | PHPBB3-13777
* | [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-041-1/+1
| | | | | | | | PHPBB3-13782
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
| | | | | | | | PHPBB3-13762
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-1/+1
|/ | | | PHPBB3-13468
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | PHPBB3-12932
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12349] Update license header in several new filesJoas Schilling2014-04-031-1/+1
| | | | PHPBB3-12349
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-5/+5
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-2/+0
| | | | PHPBB3-11698
* [ticket/11443] Fix Migrator Modules Tool by creating a phpbb_log objectJoas Schilling2013-03-161-1/+6
| | | | PHPBB3-11443
* [ticket/11443] Add _test suffix to migration test filenamesJoas Schilling2013-03-151-0/+150
PHPBB3-11443