aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_database_test_case.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12963] Always use core_path and core_directory()Joas Schilling2014-09-181-2/+1
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-9/+0
* [ticket/12963] Fix the migration's finder for the tests (path, new instance)Tristan Darricau2014-09-181-2/+4
* [ticket/12963] Correctly load migration files from migration/ in tests as wellJoas Schilling2014-09-171-1/+8
* [ticket/12747] Remove some methods which are not used anymoreJoas Schilling2014-06-221-12/+0
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-19/+0
* [ticket/12697] Delete cached extension schema.json files after testingMatt Friedman2014-06-121-0/+1
* [ticket/12483] Remove unused globalsJoas Schilling2014-06-101-2/+0
* [ticket/12483] Fix finder usage when generating the schema.json fileJoas Schilling2014-06-101-4/+3
* [ticket/12483] Use file_put_contents()Joas Schilling2014-06-101-3/+1
* [ticket/12483] Require the extension manager classJoas Schilling2014-06-101-0/+2
* [ticket/12483] Move schema files into tmp/ and only copy them when neededJoas Schilling2014-06-101-22/+30
* [ticket/12483] Allow to setup extensions before database and functional testsJoas Schilling2014-06-101-0/+54
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/11459] Correctly set up the database from schema in unit testsJoas Schilling2014-03-291-1/+1
* [ticket/11700] travis has hardcoded driver class names without namespacesNils Adermann2013-09-161-1/+1
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* Merge branch 'develop-olympus' into developAndreas Fischer2013-06-111-0/+15
|\
| * [ticket/11601] Add protected method for database sync and call itJoas Schilling2013-06-111-0/+15
* | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathaniel Guse2013-06-061-0/+20
|\ \ | |/
| * [ticket/11590] Close database connections when tearDown() is calledJoas Schilling2013-06-071-0/+20
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-1/+35
|\ \
| * \ Merge PR #1101 branch 'develop-olympus' into developOleg Pudeyev2012-12-061-1/+19
| |\ \ | | |/
| | * [ticket/11219] Only update sequences that are affected by a fixturePatrick Webster2012-12-011-5/+13
| | * [ticket/11219] Update sequence values after loading fixturesPatrick Webster2012-11-181-0/+10
| * | [ticket/11174] Move assertion definition to base class.Oleg Pudeyev2012-11-271-0/+16
| |/
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-121-3/+2
|\ \ | |/
| * [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-11-061-1/+1
* | [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-4/+3
|/
* [ticket/10678] Typo and formattingPatrick Webster2012-05-131-5/+5
* [ticket/10678] More formatting and docblocksPatrick Webster2012-05-081-1/+9
* [ticket/10678] Fix formattingPatrick Webster2012-05-081-1/+1
* [ticket/10678] Add better support for Firebird, Oracle, and MSSQLPatrick Webster2012-05-081-0/+27
* [ticket/10492] Separate config generation from the installerPatrick Webster2012-04-201-37/+5
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
* [task/refactor-db-testcase] Refactor phpbb_database_test_caseIgor Wiedler2011-02-141-273/+12
* [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-311-5/+5
* [task/session-tests] Renamed assertSqlResultEquals and fixed its param orderNils Adermann2011-01-211-1/+1
* [task/session-tests] Added tests for the session class.Nils Adermann2011-01-201-0/+11
* [task/phpunit-xml] Manually blacklisting a few PHPUnit classes from backups.Nils Adermann2011-01-071-0/+15
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-041-5/+5
* [task/mssql-db-tests] Split up database tests into SELECT and write operationsNils Adermann2010-10-251-5/+5
* [task/mssql-db-tests] Add support for odbc & sqlsrv PDO test connectionsNils Adermann2010-10-251-6/+94
* [task/mssql-db-tests] Refactored getConnection into multiple smaller parts.Nils Adermann2010-10-251-51/+84
* [task/mssql-db-tests] Allow test configuration with environment variables.Nils Adermann2010-10-251-1/+12
* [task/mssql-db-tests] No longer display an error when skipping db tests.Nils Adermann2010-10-251-2/+46
* [task/mssql-db-tests] Use a simple getter for test case helpers.Nils Adermann2010-10-251-7/+6
* [ticket/9592] Slight adjustments to simplify db test casesIgor Wiedler2010-09-151-11/+8
* [ticket/9592] Test suite does not run on SQliteIgor Wiedler2010-09-111-11/+47
* [feature/dbal-tests] Remove hardcoded 'mysql' from PDO DSN in DBAL test.Andreas Fischer2010-04-021-1/+1