aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/migrator_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-2/+0
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-2/+0
* [ticket/11415] Fix ext.manager constructor in testsNathaniel Guse2013-05-031-1/+0
* [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-011-1/+5
* [ticket/11335] (tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
* Merge pull request #1290 from nickvergessen/ticket/11362Nils Adermann2013-04-241-0/+1
|\
| * [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-0/+1
* | [ticket/11501] Assert the variables instead of fail() with the conditionJoas Schilling2013-04-191-9/+2
|/
* [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-031-10/+10
* [ticket/11386] Fix failing tests from constructor changesNathaniel Guse2013-03-021-2/+3
* [ticket/11386] Update tests with new constructors for ext.manager/migratorNathaniel Guse2013-03-021-1/+20
* [feature/migrations] Function effectively_installed() in migrationsNathan Guse2013-01-131-0/+21
* [feature/migrations] Store depends on in the database (serialized)Nathan Guse2013-01-101-14/+43
* [feature/migrations] Basic reverting testNathan Guse2013-01-101-0/+54
* [feature/migrations] Test for calling a step multiple timesNathan Guse2013-01-101-0/+23
* [feature/migrations] Fix if method (and create a test for it)Nathan Guse2013-01-091-6/+29
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-091-3/+9
* [feature/migrations] Standard vars for migrations and run sql with feedbackNils Adermann2013-01-091-1/+1
* [feature/migrations] Store start and end time of migrationsNils Adermann2013-01-091-6/+27
* [feature/migrations] Basic migrations with schema and data changesNils Adermann2013-01-091-0/+80