aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-imkingdavid/task/functional' into develo...Nils Adermann2012-05-221-1/+78
|\
| * [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-241-1/+1
| * [task/functional] Increase code coverage for functional testsDavid King2012-04-231-1/+76
* | [ticket/10891] Allow specifying test_config.php path via environment.Oleg Pudeyev2012-05-111-2/+12
|/
* [ticket/10492] Backporting functional testsPatrick Webster2012-04-212-0/+176
* [ticket/10492] Separate config generation from the installerPatrick Webster2012-04-202-37/+50
* [ticket/9916] Updating License in the headerUnknown2012-01-024-4/+4
* 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/10416] Pass dbport to PDO object in ...connection_manager::connect().Andreas Fischer2011-10-161-0/+5
|/
* [ticket/10060] Fix test suite under MySQLIgor Wiedler2011-02-251-1/+1
* [task/refactor-db-testcase] Further improve error messages.Oleg Pudeyev2011-02-151-2/+2
* [task/refactor-db-testcase] Do not show db password on connect errorIgor Wiedler2011-02-141-1/+2
* [task/refactor-db-testcase] Improve error message of db testsIgor Wiedler2011-02-141-2/+11
* [task/refactor-db-testcase] Refactor phpbb_database_test_caseIgor Wiedler2011-02-142-273/+348
* [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-072-0/+30
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-042-48/+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-252-70/+46
* [task/mssql-db-tests] Use a simple getter for test case helpers.Nils Adermann2010-10-252-10/+10
* [ticket/9855] Do not include the PHPUnit Framework manually on 3.5+.Nils Adermann2010-10-171-2/+6
* [ticket/9825] Unit tests: Use sqlite when possible and no test_config exists.Andreas Fischer2010-09-161-11/+26
* [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
* [feature/dbal-tests] Fix mysql (not mysqli) dbal test.Andreas Fischer2010-04-021-2/+4
* [feature/dbal-tests] Only output the missing config error message once.Nils Adermann2010-04-011-6/+18
* [feature/dbal-tests] Make the PDO prefix depend on the dbms.Nils Adermann2010-04-011-3/+13
* [feature/dbal-tests] Fix whitespace and line endings.Nils Adermann2010-04-011-2/+2
* [feature/dbal-tests] Make some tests for build_array_data on SELECTJoas Schilling2010-03-271-1/+68
* [feature/dbal-tests] Load phpbb-schema after creating the connection to the d...Joas Schilling2010-03-262-3/+53
* [feature/dbal-tests] Added database test & refactored test frameworkJoas Schilling2010-03-264-20/+137
* [develop-olympus] Backported 3.1 unit tests to 3.0.Nils Adermann2010-03-102-0/+73