aboutsummaryrefslogtreecommitdiffstats
path: root/tests/migrator
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16276] Further fix PHP nightly testsrxu2019-12-292-1/+6
| | | | PHPBB3-16276
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-095-5/+5
| | | | PHPBB3-14948
* [ticket/15696] Add testsJakub Senko2018-07-051-0/+136
| | | | PHPBB3-15696
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-1/+1
| | | | PHPBB3-14739
* Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-111-0/+56
|\
| * [ticket/14742] Add test for reverse_update_data()Oliver Schramm2016-08-111-0/+56
| | | | | | | | PHPBB3-14742
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-072-4/+8
| | | | | | | | PHPBB3-10748
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-062-4/+4
|/ | | | PHPBB3-13421
* Merge pull request #2474 from PayBas/ticket/12561Joas Schilling2014-05-281-1/+86
|\ | | | | | | | | | | | | | | | | | | | | [ticket/12561] Add "after" check to schema_generator for columns_add * PayBas/ticket/12561: [ticket/12561] Reworked tests by nickvergessen [ticket/12561] Added tests for "after last", "after missing" and "empty" [ticket/12561] Add check to see if "after" column actually exists [ticket/12561] Added test for "after" [ticket/12561] Add "after" check to schema_generator for columns_add
| * [ticket/12561] Reworked tests by nickvergessenPayBas2014-05-271-62/+73
| | | | | | | | PHPBB3-12561
| * [ticket/12561] Added tests for "after last", "after missing" and "empty"PayBas2014-05-261-5/+62
| | | | | | | | | | | | Also removed tabs PHPBB3-12561
| * [ticket/12561] Added test for "after"PayBas2014-05-241-0/+17
| | | | | | | | PHPBB3-12561
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-9/+21
|/ | | | PHPBB3-12594
* [ticket/12469] Remove user table columns from fixtures that were deletedNils Adermann2014-05-021-14/+0
| | | | PHPBB3-12469
* Merge branch 'exreaction/ticket/11881' into develop-ascraeusNils Adermann2014-05-022-0/+174
|\ | | | | | | | | | | | | | | | | | | * exreaction/ticket/11881: [ticket/11881] Move convert_timezones_test to migrator [ticket/11881] Fix test filename [ticket/11881] Limit to 500 [ticket/11881] Make sure user_timezone isn't converted twice [ticket/11881] Better split the timezone conversion into chunks; add test [ticket/11881] Timezone migration can take a long time
| * [ticket/11881] Move convert_timezones_test to migratorNils Adermann2014-05-022-0/+174
| | | | PHPBB3-11881
* [ticket/12362] Do not use database test case as it's not neededMarc Alexander2014-04-061-8/+2
| | | | PHPBB3-12362
* [ticket/12362] Add tests for schema generatorMarc Alexander2014-04-061-0/+55
| | | | PHPBB3-12362
* [ticket/12170] Test for 12170Nathan Guse2014-02-071-4/+34
| | | | PHPBB3-12170
* [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-051-1/+8
| | | | PHPBB3-11880
* [ticket/11880] Break up schema changes in the migratorNathan Guse2014-02-031-0/+163
PHPBB3-11880