aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.Andreas Fischer2012-05-221-0/+5
* Merge remote-tracking branch 'github-imkingdavid/task/functional' into develo...Nils Adermann2012-05-224-1/+169
|\
| * [task/functional] Use proper format for @var doc blocks. David King2012-05-221-2/+4
| * [task/functional] Fix $lang_path variableDavid King2012-05-221-1/+1
| * [task/functional] Change property visibility, remove globals, reword commentDavid King2012-05-221-6/+6
| * [task/functional] Make sure missing language values are handled properlyDavid King2012-04-242-1/+9
| * [task/functional] Increase code coverage for functional testsDavid King2012-04-234-1/+159
* | [ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.Andreas Fischer2012-05-221-1/+3
* | Merge remote-tracking branch 'p/ticket/10891' into develop-olympusAndreas Fischer2012-05-132-2/+18
|\ \
| * | [ticket/10891] Allow specifying test_config.php path via environment.Oleg Pudeyev2012-05-112-2/+18
* | | Merge remote-tracking branch 'p/ticket/10892' into develop-olympusAndreas Fischer2012-05-131-9/+13
|\ \ \
| * | | [ticket/10892] Update wiki link to mediawiki.Oleg Pudeyev2012-05-111-1/+1
| * | | [ticket/10892] Add empty lines for consistency.Oleg Pudeyev2012-05-111-0/+2
| * | | [ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.Oleg Pudeyev2012-05-111-3/+3
| * | | [ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.Patrick Webster2012-05-111-5/+7
| |/ /
* | | [ticket/10889] Make default value for c_char_size a CHAR(4) as defined.Andreas Fischer2012-05-111-1/+1
* | | [ticket/10887] Add spaces.Oleg Pudeyev2012-05-111-1/+1
* | | [ticket/10887] Split auto increment test from db tools test.Oleg Pudeyev2012-05-102-45/+100
|/ /
* | [ticket/10858] Tests for row seeking with fetchfield()Patrick Webster2012-05-081-0/+26
|/
* [ticket/10492] Fix line endingsPatrick Webster2012-04-211-26/+26
* [ticket/10492] Backporting functional testsPatrick Webster2012-04-214-0/+207
* [ticket/10492] Separate config generation from the installerPatrick Webster2012-04-202-37/+50
* [ticket/10774] Add unit tests for UNIQUE index existence and creation.Andreas Fischer2012-04-101-0/+11
* [ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.Andreas Fischer2012-03-041-1/+1
* [ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().Andreas Fischer2012-03-041-0/+25
* [ticket/10512] Call startup.php from tests/bootstrap.phpAndreas Fischer2012-02-041-18/+2
* [ticket/9916] Updating License in the headerUnknown2012-01-0245-45/+45
* Merge remote-tracking branch 'cyberalien/ticket/10507' into develop-olympusOleg Pudeyev2011-12-242-0/+101
|\
| * [ticket/10507] DBAL unit testVjacheslav Trushkin2011-12-152-0/+101
* | Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympusOleg Pudeyev2011-12-031-38/+7
|\ \ | |/ |/|
| * [ticket/10349] Removed duplicated functions from schema loading in testsPatrick Webster2011-10-291-43/+4
| * [ticket/10349] Update function commentPatrick Webster2011-09-281-2/+0
| * [ticket/10349] Unit tests: Consolidate schema comment removal functionsPatrick Webster2011-09-201-58/+11
| * [ticket/10349] Unit tests: Remove comments while loading schema filesPatrick Webster2011-09-031-1/+58
* | [ticket/10483] Fix test suite when running with MySQL strict modeIgor Wiedler2011-11-214-0/+64
* | Merge remote-tracking branch 'github-nickvergessen/ticket/10296' into develop...Nils Adermann2011-11-182-0/+98
|\ \
| * | [ticket/10296] Add unit test for CROSS JOIN with INNER JOINJoas Schilling2011-11-152-0/+98
* | | Merge remote-tracking branch 'nickvergessen/ticket/9066' into develop-olympusAndreas Fischer2011-11-141-0/+35
|\ \ \ | |/ / |/| |
| * | [ticket/9066] Move regex into get_preg_expression function and add testsJoas Schilling2011-11-141-0/+35
* | | [ticket/10416] Pass dbport to PDO object in ...connection_manager::connect().Andreas Fischer2011-10-161-0/+5
* | | Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympusIgor Wiedler2011-10-141-10/+3
|\ \ \
| * | | [ticket/10327] Use $this->tools instead of creating a new instance of db_tools.Andreas Fischer2011-10-141-10/+3
* | | | [ticket/8240] Add ability to get a list of columns of a tables to db_tools.Andreas Fischer2011-10-141-0/+8
* | | | [ticket/8240] Add ability to get a list of tables to db_tools.Andreas Fischer2011-10-141-0/+7
|/ / /
* | | [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.Andreas Fischer2011-10-141-0/+18
* | | [ticket/10307] Add a test for PHPBB3-10307Igor Wiedler2011-10-131-1/+17
|/ /
* | [ticket/10394] Use call_user_func_array to pass a ref into a dynamic functionNils Adermann2011-09-271-2/+2
* | [ticket/10394] Remove call-time pass by reference from tests for PHP 5.4Nils Adermann2011-09-272-3/+3
* | [ticket/10369] Always include errfile and errline in format_errors().Andreas Fischer2011-09-181-0/+35
* | Merge remote-tracking branch 'p/ticket/10354' into develop-olympusIgor Wiedler2011-09-051-2/+3
|\ \