aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/migrator_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."Joas Schilling2014-09-171-9/+1
* [ticket/13064] Validate the migrations provided to migrator::set_migrations()Tristan Darricau2014-09-141-1/+9
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
* [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-291-0/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12432] Correcting the assertionNicofuma2014-04-261-4/+1
* [ticket/12432] Adding unit testNicofuma2014-04-261-0/+9
* [ticket/12349] Update license header in several new filesJoas Schilling2014-04-031-1/+1
* [ticket/12170] Assign schema keys in migration helper with data_depth 1Marc Alexander2014-02-071-0/+2
* [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-051-1/+2
* [ticket/11880] Break up schema changes in the migratorNathan Guse2014-02-031-0/+20
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-7/+1
* [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-171-1/+1
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-1/+7
|\
| * [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-1/+2
| * [ticket/11832] Fix constructions of phpbb_filesystemNathan Guse2013-09-131-1/+6
| * [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving)Nathan Guse2013-09-091-1/+1
* | [ticket/11700] Fix dbal tests after config namespace mishapNils Adermann2013-09-161-8/+8
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-14/+14
|/
* [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