aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Merge branch 'ticket/bantu/9714' into develop-olympusAndreas Fischer2010-07-121-1/+1
|\ \
| * | [ticket/9714] Use correct variable name in email regular expression tests.Andreas Fischer2010-07-081-1/+1
| |/
* | [ticket/9701] Prevent notices from being hidden by template testsNils Adermann2010-07-081-3/+21
|/
* Merge branch 'ticket/p/9593' into develop-olympusAndreas Fischer2010-07-081-0/+33
|\
| * [ticket/9593] A readme file for unit tests and running unit tests.Oleg Pudeyev2010-07-071-0/+33
* | Merge branch 'ticket/bantu/9626' into develop-olympusAndreas Fischer2010-06-176-0/+375
|\ \
| * | [ticket/9626] Adding tests for the URL regular expression.Andreas Fischer2010-05-252-0/+36
| * | [ticket/9626] Add missing class prefix.Andreas Fischer2010-05-254-6/+6
| * | [ticket/9626] A few tests for the email regular expression.Andreas Fischer2010-05-252-0/+80
| * | [ticket/9626] More IPv6 regex tests.Andreas Fischer2010-05-251-4/+62
| * | [ticket/9626] Adding tests for the IPv4 regular expression.Andreas Fischer2010-05-252-0/+74
| * | [ticket/9626] Adding tests for regular expressions.Andreas Fischer2010-05-253-0/+127
| |/
* | [feature/dbal-tests] Follow the coding guidelines and ...Joas Schilling2010-06-171-50/+88
* | [feature/dbal-tests] Update dataJoas Schilling2010-06-171-0/+42
* | [feature/dbal-tests] Multi insertJoas Schilling2010-06-171-0/+26
* | [feature/dbal-tests] Delete dataJoas Schilling2010-06-171-0/+30
* | [feature/dbal-tests] Insert dataJoas Schilling2010-06-171-0/+34
* | [feature/dbal-tests] Fix SQL-ERROR: invalid input syntax for integer: ""Joas Schilling2010-06-171-16/+8
|/
* [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-012-21/+21
* [feature/dbal-tests] Make some tests for build_array_data on SELECTJoas Schilling2010-03-272-4/+114
* [feature/dbal-tests] Make some tests for return_on_error on SELECT-queriesJoas Schilling2010-03-261-8/+208
* [feature/dbal-tests] Tests for $db->sql_query_limit()Joas Schilling2010-03-262-1/+47
* [feature/dbal-tests] Load phpbb-schema after creating the connection to the d...Joas Schilling2010-03-262-3/+53
* [feature/dbal-tests] Added tests for dbal fetchrow and fetchfield.Joas Schilling2010-03-264-0/+100