aboutsummaryrefslogtreecommitdiffstats
path: root/tests/migrator/schema_generator_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16276] Further fix PHP nightly testsrxu2019-12-291-0/+4
| | | | PHPBB3-16276
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-1/+1
| | | | PHPBB3-14739
* [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-1/+2
| | | | PHPBB3-10748
* [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-1/+1
| | | | 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-271-3/+7
|/ | | | PHPBB3-12594
* [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