aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #1140 branch 'develop-olympus' into developOleg Pudeyev2012-12-161-56/+93
|\
| * [ticket/8610] Do not use requests to submit posts except in posting_test.phpNathan Guse2012-12-153-137/+108
| * [ticket/8610] Move posting helpers to separate fileNathan Guse2012-12-133-105/+137
| * [ticket/8610] Create helper functions to create topic/post in functional testsNathan Guse2012-12-132-78/+112
* | [ticket/11268] Delete phpbb_db_driver_mysql4 as there is no such thing.Oleg Pudeyev2012-12-141-1/+0
* | [ticket/11250] Use user defined message as incomplete messageJoas Schilling2012-12-141-3/+2
* | [ticket/11250] Add tests for simple nesting and codeJoas Schilling2012-12-141-7/+44
* | [ticket/11250] Run tests by default and add an option for incomplete onesJoas Schilling2012-12-141-1/+4
* | [ticket/11250] Fix parsing result with special charsJoas Schilling2012-12-141-35/+40
* | [ticket/11250] Add tests for size and attachmentJoas Schilling2012-12-141-0/+10
* | [ticket/11250] Fix method namesJoas Schilling2012-12-141-3/+3
* | [ticket/11250] Add some comments and fix a descriptionJoas Schilling2012-12-141-6/+4
* | [ticket/11250] Add some more tests for quotesJoas Schilling2012-12-141-0/+26
* | [ticket/11250] Move quote special cases from class to unit testsJoas Schilling2012-12-141-0/+26
* | [ticket/11250] Add parsing tests for our basic bbcodes in simple casesJoas Schilling2012-12-141-8/+140
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-144-0/+299
|\ \ | |/
| * Merge remote-tracking branch 'p/ticket/11162' into develop-olympusAndreas Fischer2012-12-144-0/+299
| |\
| | * [ticket/11162] Reformat.Oleg Pudeyev2012-12-131-1/+1
| | * [ticket/11162] Rename tricky updates to database helper.Oleg Pudeyev2012-12-124-2/+2
| | * [ticket/11162] Review comments fixed.Oleg Pudeyev2012-12-051-1/+2
| | * [ticket/11162] Account for notify_status.Oleg Pudeyev2012-12-052-7/+131
| | * [ticket/11162] This test really only works for bookmarks.Oleg Pudeyev2012-12-043-3/+50
| | * [ticket/11162] The test is not at all trivial.Oleg Pudeyev2012-12-041-1/+1
| | * [ticket/11162] Move to a separate file to avoid blowing out functions.php.Oleg Pudeyev2012-12-042-1/+1
| | * [ticket/11162] Make count function upper case.Andreas Fischer2012-11-111-1/+1
| | * [ticket/11162] Rename count variable name to remaining_rows.Andreas Fischer2012-11-111-2/+2
| | * [ticket/11162] Use integer casting instead of SQL escape.Andreas Fischer2012-11-111-1/+1
| | * [ticket/11162] Extract existing behavior into a function and add a test.Oleg Pudeyev2012-11-022-0/+127
* | | [ticket/11015] Fix 3.0 to 3.1 dbms conversion for mysqli.Oleg Pudeyev2012-12-131-0/+40
* | | [ticket/11015] Installer still needs 3.0-style dbms name.Oleg Pudeyev2012-12-131-0/+2
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-132-10/+56
|\ \ \
| * \ \ Merge branch 'develop-olympus' into developAndreas Fischer2012-12-131-3/+11
| |\ \ \ | | |/ /
| | * | [ticket/11265] Add assertions for board installation success.Oleg Pudeyev2012-12-131-3/+11
| * | | [ticket/10975] Add a test for viewing a profile.Oleg Pudeyev2012-12-131-1/+10
| * | | [ticket/10975] Test restricting by first character.Oleg Pudeyev2012-12-131-0/+10
| * | | [ticket/10975] Avoid rewriting global config twice.Oleg Pudeyev2012-12-131-7/+2
| * | | [ticket/10975] Test memberlist, not user creation.Oleg Pudeyev2012-12-131-14/+5
| * | | [ticket/10975] Some quick tests to check the memberlist behaviourFyorl2012-12-131-0/+33
* | | | [ticket/11015] Include functions.php because it is not always included.Oleg Pudeyev2012-12-131-0/+5
* | | | [ticket/11015] Convert database drivers to new spelling in post setup sync.Oleg Pudeyev2012-12-131-2/+2
* | | | [ticket/11015] Convert connect test to the new syntax.Oleg Pudeyev2012-12-131-3/+1
* | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-1332-36/+494
|\ \ \ \ | |/ / /
| * | | Merge PR #1119 branch 'develop-olympus' into developOleg Pudeyev2012-12-131-26/+35
| |\ \ \ | | |/ /
| | * | 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
| * | | | Merge remote-tracking branch 'p/feature/template-events' into developDavid King2012-12-1021-4/+172
| |\ \ \ \
| | * | | | [feature/template-events] Order extensions in mock extension manager.Oleg Pudeyev2012-11-271-0/+1