aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [task/session-tests] Make result check independent of returned row order.Nils Adermann2011-02-271-3/+4
* [task/session-tests] By default the cache check now skips over db server infoNils Adermann2011-02-271-2/+9
* [task/session-tests] Correctly display message on session continue test failureNils Adermann2011-02-271-1/+1
* [task/session-tests] Make the session id replacement of dataset values clearerNils Adermann2011-02-271-12/+32
* [ticket/10060] Fix test suite under MySQLIgor Wiedler2011-02-251-1/+1
* [ticket/10052] Add comments to the session testable factory.Nils Adermann2011-02-232-7/+60
* [ticket/10052] Correct session tests, and separate session factory from testsNils Adermann2011-02-235-78/+165
* [ticket/10049] Mark session init test incomplete for now.Oleg Pudeyev2011-02-201-0/+2
* [ticket/10049] Mark session continue test incomplete for now.Oleg Pudeyev2011-02-201-0/+2
* [ticket/10049] Globalize $_SID.Oleg Pudeyev2011-02-191-0/+1
* [ticket/10049] Chase assertResultEquals rename.Oleg Pudeyev2011-02-192-4/+4
* [ticket/10049] Fixed requires in session tests and mock.Oleg Pudeyev2011-02-193-8/+6
* [ticket/10049] Renamed session test files to proper file names.Oleg Pudeyev2011-02-192-0/+0
* [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-143-273/+349
* Merge branch 'ticket/nickvergessen/9949' into develop-olympusAndreas Fischer2011-02-071-0/+58
|\
| * [ticket/9949] Unit tests for user::lang()Andreas Fischer2011-02-071-0/+58
* | [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-3118-33/+33
|/
* [task/session-tests] Renamed assertSqlResultEquals and fixed its param orderNils Adermann2011-01-211-1/+1
* [task/session-tests] Test additional combinations of session_begin.Nils Adermann2011-01-201-12/+46
* [task/session-tests] Added tests for the session class.Nils Adermann2011-01-208-1/+344
* [ticket/9933] Add $use_unicode parameter to get_censor_preg_expression().Andreas Fischer2011-01-161-2/+12
* [ticket/9990] Add docs for running slow testsIgor Wiedler2011-01-121-0/+9
* [ticket/9990] Integrate utf normalizer tests into test suiteIgor Wiedler2011-01-113-0/+321
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-1014-0/+0
* [ticket/9981] Fix unit test dependenciesIgor Wiedler2011-01-072-0/+2
* [ticket/9933] Create unit test for word censor regular expression.rxu2011-01-071-0/+40
* [task/phpunit-xml] Manually blacklisting a few PHPUnit classes from backups.Nils Adermann2011-01-072-0/+30
* [task/phpunit-xml] Force error reporting level E_ALL | ~E_DEPRECATED.Nils Adermann2011-01-071-0/+2
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-0431-500/+40
* [task/mssql-db-tests] Split up database tests into SELECT and write operationsNils Adermann2010-10-255-178/+200
* [task/mssql-db-tests] PHPUnit output got stuck after unterminated ob_start.Nils Adermann2010-10-251-0/+1
* [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-252-2/+19
* [task/mssql-db-tests] No longer display an error when skipping db tests.Nils Adermann2010-10-253-76/+70
* [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/9855] Make tests run under PHPUnit 3.5.Nils Adermann2010-10-171-1/+8
* [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] Remove test cases for empty IN()Igor Wiedler2010-09-121-2/+3
* [ticket/9592] Test suite does not run on SQliteIgor Wiedler2010-09-111-11/+47
* [ticket/9780] Adding unit tests for gen_rand_string().Andreas Fischer2010-08-203-0/+105
* [ticket/9599] Adding tests for phpbb_checkdnsrr().Andreas Fischer2010-08-032-0/+67
* [ticket/9599] Adding network function tests.Andreas Fischer2010-08-032-0/+38
* Merge branch 'ticket/ckwalsh/9715' into develop-olympusAndreas Fischer2010-07-121-0/+41
|\
| * [ticket/9715] Extend email unit testsCullen Walsh2010-07-111-1/+42