aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11491] Fix path to the ext/ folderJoas Schilling2013-04-121-1/+1
* [ticket/11491] Add extension_acp_test.php to functional groupJoas Schilling2013-04-121-0/+3
* [ticket/11491] Fix class name of functional testJoas Schilling2013-04-121-1/+1
* [ticket/11491] Move file to correct directoryJoas Schilling2013-04-121-0/+0
* [ticket/11492] Fix the test once moreJoas Schilling2013-04-111-7/+1
* [ticket/11492] Fix issues with log objectJoas Schilling2013-04-111-16/+10
* [ticket/11492] Split into mutliple testsJoas Schilling2013-04-111-6/+16
* [ticket/11492] Do not add the user againJoas Schilling2013-04-111-1/+0
* [ticket/11492] Add tests for removing/adding usersJoas Schilling2013-04-112-1/+74
* [ticket/11492] Add functional test for empty teampageJoas Schilling2013-04-112-0/+49
* Merge pull request #1199 from imkingdavid/ticket/11334Nils Adermann2013-04-032-1/+60
|\
| * [ticket/11334] Allow parameters to be specified in the routeJoas Schilling2013-03-151-3/+3
| * [ticket/11334] Fix copyright year in test fileJoas Schilling2013-03-151-1/+1
| * [ticket/11334] Use mocks instead of making parameters optionalJoas Schilling2013-03-151-1/+5
| * [ticket/11334] Move unit tests for helper->url() into own fileJoas Schilling2013-03-152-11/+55
| * [ticket/11334] Include functions.php and fix class name in testsJoas Schilling2013-03-151-1/+3
| * [ticket/11334] Make $phpbb_dispatcher global, as done in append_sid testDavid King2013-03-151-0/+3
| * [ticket/11334] Add a test for the controller helper URL methodDavid King2013-03-151-0/+6
* | Merge pull request #1316 from nickvergessen/ticket/11405Nils Adermann2013-03-319-0/+1257
|\ \
| * | [ticket/11474] Add test user with only global m_approve permissionsJoas Schilling2013-03-272-2/+22
| * | [ticket/11405] Add unit tests for post_in_queueJoas Schilling2013-03-262-0/+262
| * | [ticket/11405] Fix "only variables should be passed by reference"Joas Schilling2013-03-261-1/+3
| * | [ticket/11405] Use different fixtures so it's not a total messJoas Schilling2013-03-264-123/+319
| * | [ticket/11405] Add unit tests for bookmarkingJoas Schilling2013-03-262-0/+165
| * | [ticket/11405] Move test to submit_post_base.php and use data sets for testingJoas Schilling2013-03-263-111/+155
| * | [ticket/11405] Correctly prefill the tables (missed the posts and not-types)Joas Schilling2013-03-253-5/+39
| * | [ticket/11405] Add a base class to avoid duplicated setUp() codeJoas Schilling2013-03-253-154/+102
| * | [ticket/11405] Add unit tests for quoted users notificationsJoas Schilling2013-03-253-1/+279
| * | [ticket/11405] Fix some coding style issuesJoas Schilling2013-03-251-7/+10
| * | [ticket/11405] Send post notifications to forum subscribersJoas Schilling2013-03-251-23/+1
| * | [ticket/11405] Add some basic tests for notifications in submit_post()Joas Schilling2013-03-232-0/+327
* | | [ticket/11469] Add more table status assertions.Andreas Fischer2013-03-281-0/+2
* | | [ticket/11469] Remove comments. Method names should be good enough now.Andreas Fischer2013-03-281-27/+0
* | | [ticket/11469] Do not repeat markTestSkipped() message.Andreas Fischer2013-03-281-12/+11
* | | [ticket/11469] Refactor get_three_rows() into get_rows($n).Andreas Fischer2013-03-281-8/+9
* | | [ticket/11469] Fix spacing in getDataSet().Andreas Fischer2013-03-281-1/+1
* | | [ticket/11469] Do not repeat assert_config_count(2). Also move to setUp().Andreas Fischer2013-03-281-12/+1
* | | [ticket/11469] Use setUp() to setup DB and a buffer with size 2.Andreas Fischer2013-03-281-57/+47
* | | [ticket/11469] Do not repeat row generation.Andreas Fischer2013-03-281-45/+18
* | | [ticket/11469] Do not repeat array with three rows.Andreas Fischer2013-03-281-34/+23
* | | [ticket/11469] Move protected method to end of test file.Andreas Fischer2013-03-281-9/+9
* | | [ticket/11469] Check return values of the functionsJoas Schilling2013-03-271-19/+19
* | | [ticket/11469] Split tests and skip multi_insert if unavailableJoas Schilling2013-03-271-44/+95
* | | Merge remote-tracking branch 'nickvergessen/ticket/bantu/11469' into ticket/1...Andreas Fischer2013-03-271-0/+149
|\ \ \
| * | | [ticket/11469] Use method to check config count, instead of repeating itJoas Schilling2013-03-271-45/+18
| * | | [ticket/11469] Add some basic unit tests for phpbb_db_sql_insert_bufferJoas Schilling2013-03-271-0/+176
| |/ /
* | | Merge remote-tracking branch 'github-bantu/ticket/11460' into developNils Adermann2013-03-272-6/+126
|\ \ \ | |/ / |/| |
| * | [ticket/11460] Add default behaviour tests for notification and email types.Andreas Fischer2013-03-241-2/+12
| * | [ticket/11460] Configure functional test board email using dummy SMTP data.Andreas Fischer2013-03-221-6/+6
| * | [ticket/11460] Add test for whether post_email and topic_email are checked.Andreas Fischer2013-03-221-0/+46