aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11469] Add more table status assertions.Andreas Fischer2013-03-281-0/+2
* [ticket/11469] Remove comments. Method names should be good enough now.Andreas Fischer2013-03-281-27/+0
* [ticket/11469] Do not repeat markTestSkipped() message.Andreas Fischer2013-03-281-12/+11
* [ticket/11469] Refactor get_three_rows() into get_rows($n).Andreas Fischer2013-03-281-8/+9
* [ticket/11469] Fix spacing in getDataSet().Andreas Fischer2013-03-281-1/+1
* [ticket/11469] Do not repeat assert_config_count(2). Also move to setUp().Andreas Fischer2013-03-281-12/+1
* [ticket/11469] Use setUp() to setup DB and a buffer with size 2.Andreas Fischer2013-03-281-57/+47
* [ticket/11469] Do not repeat row generation.Andreas Fischer2013-03-281-45/+18
* [ticket/11469] Do not repeat array with three rows.Andreas Fischer2013-03-281-34/+23
* [ticket/11469] Move protected method to end of test file.Andreas Fischer2013-03-281-9/+9
* [ticket/11469] Check return values of the functionsJoas Schilling2013-03-271-19/+19
* [ticket/11469] Split tests and skip multi_insert if unavailableJoas Schilling2013-03-271-44/+95
* [ticket/11469] Use method to check config count, instead of repeating itJoas Schilling2013-03-271-45/+18
* [ticket/11469] Add some basic unit tests for phpbb_db_sql_insert_bufferJoas Schilling2013-03-271-0/+176
* [ticket/11443] Fix Migrator Modules Tool by creating a phpbb_log objectJoas Schilling2013-03-161-1/+6
* [ticket/11443] Add _test suffix to migration test filenamesJoas Schilling2013-03-152-0/+0
* [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-132-0/+51
* [feature/migrations] Make the test depends_on methods staticNathan Guse2013-01-107-23/+3
* [feature/migrations] Store depends on in the database (serialized)Nathan Guse2013-01-103-14/+91
* [feature/migrations] Basic reverting testNathan Guse2013-01-103-0/+115
* [feature/migrations] Test for calling a step multiple timesNathan Guse2013-01-102-0/+66
* [feature/migrations] Reverse data functionalityNathan Guse2013-01-093-4/+76
* [feature/migrations] Fix if method (and create a test for it)Nathan Guse2013-01-093-19/+79
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-096-3/+443
* [feature/migrations] Process migration steps and move to PHP5 codeNils Adermann2013-01-091-1/+8
* [feature/migrations] Standard vars for migrations and run sql with feedbackNils Adermann2013-01-091-1/+1
* [feature/migrations] Return schema changes in database update style arrayNils Adermann2013-01-091-1/+7
* [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-094-0/+159
* [ticket/11015] Convert connect test to the new syntax.Oleg Pudeyev2012-12-131-3/+1
* Merge remote-tracking branch 'p/ticket/11255' into developAndreas Fischer2012-12-081-0/+4
|\
| * [ticket/11255] Fix dbal write sequence test to run standalone.Oleg Pudeyev2012-12-071-0/+4
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-081-0/+43
|\ \ | |/ |/|
| * Merge remote-tracking branch 'p/ticket/10205' into develop-olympusAndreas Fischer2012-12-081-0/+43
| |\
| | * [ticket/10205] Cosmetic changes.Oleg Pudeyev2012-12-041-1/+2
| | * [ticket/10205] Delete stray return.Oleg Pudeyev2012-12-041-2/+0
| | * [ticket/10205] Test failed connection attempts.Oleg Pudeyev2012-12-041-0/+44
* | | Merge PR #1101 branch 'develop-olympus' into developOleg Pudeyev2012-12-061-0/+55
|\ \ \ | |/ /
| * | [ticket/11219] Coding guidelines and naming consistency changesPatrick Webster2012-12-051-1/+1
| * | [ticket/11219] Add unit test for inserting into a sequence columnJoas Schilling2012-11-191-0/+55
| |/
* | Merge remote-tracking branch 'github-phpbb/develop-olympus' into HEADNils Adermann2012-11-061-2/+2
|\ \ | |/
| * [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-11-062-10/+10
* | [ticket/10942] Avoid possible conflicts with magic words in unit testsJoas Schilling2012-07-161-12/+12
* | [ticket/10942] Fix up unit tests for sql_case()Joas Schilling2012-07-021-11/+28
* | [ticket/10942] Make unit tests for sql_case simplerJoas Schilling2012-06-301-31/+19
* | [ticket/10942] Rename method sql_conditional() to sql_case()Joas Schilling2012-06-201-5/+5
* | [ticket/10942] Fix function name on order_lower_test.phpJoas Schilling2012-06-201-1/+1