aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11775] Fix doc blocks syntaxJoas Schilling2013-08-151-1/+1
* [ticket/11775] Remove spaces at line endsJoas Schilling2013-08-151-4/+4
* [ticket/11775] Backport moving of the posting functions to 3.0Joas Schilling2013-08-081-0/+131
* [ticket/10772] Remove 3.1 codeVjacheslav Trushkin2013-07-111-70/+51
* Merge remote-tracking branch 'remotes/cyberalien/ticket/10772' into develop-o...Nathaniel Guse2013-07-111-0/+103
|\
| * [ticket/10772] Functional tests for forum styleVjacheslav Trushkin2013-05-161-0/+103
* | [ticket/11604] Skip installer step where config.php is created.Andreas Fischer2013-06-191-20/+27
* | [ticket/11604] Fix case where config.php is not generated by phpBB.Andreas Fischer2013-06-181-1/+23
* | [ticket/11604] Use variables for config.php filesnames.Andreas Fischer2013-06-181-6/+10
* | [ticket/11601] Add protected method for database sync and call itJoas Schilling2013-06-111-0/+15
* | [ticket/11601] Split post_setup_synchronisation logic from xml parsingJoas Schilling2013-06-111-3/+24
* | [ticket/11590] Close database connections when tearDown() is calledJoas Schilling2013-06-071-0/+20
* | [ticket/11568] Split status code and html debug assertion into two methodsJoas Schilling2013-05-311-18/+30
* | [ticket/11568] Add comma at end of array key-value coupleJoas Schilling2013-05-311-1/+1
* | [ticket/11568] Invert logic for asserting the responseJoas Schilling2013-05-311-4/+4
* | [ticket/11568] Use static calls for static methodsJoas Schilling2013-05-311-4/+4
* | [ticket/11568] Remove unused methodJoas Schilling2013-05-301-19/+0
* | [ticket/11568] Only assert string when doctype is there at allJoas Schilling2013-05-301-1/+4
* | [ticket/11568] Add method to get page contentJoas Schilling2013-05-281-0/+10
* | [ticket/11568] Allow different status codesJoas Schilling2013-05-281-2/+2
* | [ticket/11568] Trim the output to allow Tabs before INCLUDE overall_headerJoas Schilling2013-05-281-1/+1
* | [ticket/11568] Make CookieJar static aswellJoas Schilling2013-05-271-6/+7
* | [ticket/11568] Only use a static version of the clientJoas Schilling2013-05-271-59/+60
* | [ticket/11568] Any output before the doc type means there was an errorJoas Schilling2013-05-271-8/+6
* | [ticket/11568] Set client manually so we can increase the cURL timeoutJoas Schilling2013-05-271-0/+7
* | [ticket/11568] Use Goutte Client to install the board for functional testsJoas Schilling2013-05-271-39/+105
* | [ticket/11576] MySQL unit tests: Enable STRICT_TRANS_TABLES and others.Andreas Fischer2013-05-271-0/+14
* | Merge remote-tracking branch 'bantu/ticket/11547' into develop-olympusAndreas Fischer2013-05-171-0/+8
|\ \
| * | [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.Andreas Fischer2013-05-171-0/+8
| |/
* | [ticket/11544] Add admin_login() method to 3.0 functional test caseMarc Alexander2013-05-141-0/+44
|/
* [ticket/11493] add checks for Notice and WarningDhruv2013-04-151-0/+2
* [ticket/11493] add check for phpBB Debug in functional testsDhruv2013-04-151-0/+1
* [ticket/11295] Drop tables rather than database for postgres in test suite.Oleg Pudeyev2012-12-261-2/+25
* [ticket/11265] Add assertions for board installation success.Oleg Pudeyev2012-12-131-3/+11
* Merge PR #1119 branch 'p/ticket/10491' into develop-olympusOleg Pudeyev2012-12-131-25/+29
|\
| * [ticket/10491] Make recreate_database static.Oleg Pudeyev2012-12-121-1/+1
| * [ticket/10491] Install board once per test run.Oleg Pudeyev2012-12-101-1/+6
| * [ticket/10491] Move board installation into setup before class.Oleg Pudeyev2012-12-041-16/+12
| * [ticket/10491] Set up functional tests sensibly.Oleg Pudeyev2012-12-041-16/+19
* | [ticket/10972] Drop user deletion.Oleg Pudeyev2012-12-061-15/+0
* | [ticket/10972] Tweak user addition.Oleg Pudeyev2012-12-061-25/+32
* | [ticket/10972] Backport get_db from develop.Oleg Pudeyev2012-12-061-0/+19
* | [ticket/10972] Added explicit checks for creating duplicate users.Fyorl2012-12-061-2/+17
* | [ticket/10972] Moved tests into appropriate places and added commentsFyorl2012-12-061-0/+4
* | [ticket/10972] Added methods for creating and deleting basic usersFyorl2012-12-061-2/+43
* | [ticket/11219] Coding guidelines and naming consistency changesPatrick Webster2012-12-051-11/+13
* | [ticket/11219] Only update sequences that are affected by a fixturePatrick Webster2012-12-012-36/+55
* | [ticket/11219] Recreate Oracle sequences instead of altering themPatrick Webster2012-11-201-53/+18
* | [ticket/11219] Update sequence values after loading fixturesPatrick Webster2012-11-182-0/+139
|/
* Merge PR #1060 branch 'nickvergessen/ticket/11186' into develop-olympusOleg Pudeyev2012-11-151-6/+0
|\