aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/migrator_tool_config_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [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/11995] Remove exceptions and split reverse into different testsJoas Schilling2013-11-021-75/+24
| | | | PHPBB3-11995
* [ticket/11995] Add unit test for reverting config.removeJoas Schilling2013-11-021-0/+16
| | | | PHPBB3-11995
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-3/+0
| | | | PHPBB3-11698
* [feature/migrations] Reverse data functionalityNathan Guse2013-01-091-0/+27
| | | | | | | | | If data step fails, attempt to roll back any previous calls from the migration that failed. Fix some failing tests PHPBB3-9737
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-091-0/+97
PHPBB3-9737