aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/migration/unfulfillable.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [feature/migrations] Make the test depends_on methods staticNathan Guse2013-01-101-1/+1
| | | | PHPBB3-11318
* [feature/migrations] Basic migrations with schema and data changesNils Adermann2013-01-091-0/+26
The migrator takes care of applying migrations as necessary. RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41337 PHPBB3-9737