aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [ticket/11460] Add methods for checkbox handling to phpbb_functional_test_case.Andreas Fischer2013-03-211-0/+64
* | [ticket/11457] Remove check and include for set_var function. It's not used.Andreas Fischer2013-03-171-5/+0
|/
* Merge remote-tracking branch 'nickvergessen/ticket/11443' into developAndreas Fischer2013-03-162-1/+6
|\
| * [ticket/11443] Fix Migrator Modules Tool by creating a phpbb_log objectJoas Schilling2013-03-161-1/+6
| * [ticket/11443] Add _test suffix to migration test filenamesJoas Schilling2013-03-152-0/+0
* | Merge remote-tracking branch 'bantu/ticket/11441' into developJoas Schilling2013-03-152-49/+63
|\ \
| * | [ticket/11441] Split user loader tests into multiple test methods.Andreas Fischer2013-03-151-2/+9
| * | [ticket/11441] Use setUp() in phpbb_user_loader_test.Andreas Fischer2013-03-151-10/+17
| * | [ticket/11441] Update/correct copyright year of user loader test.Andreas Fischer2013-03-151-1/+1
| * | [ticket/11441] Correct/fix class name of user loader test.Andreas Fischer2013-03-151-1/+1
| * | [ticket/11441] Add _test prefix to user loader test filename.Andreas Fischer2013-03-151-0/+0
* | | [ticket/11439] Add _test suffix to notification test filename.Andreas Fischer2013-03-151-0/+0
|/ /
* | Merge remote-tracking branch 'remotes/Marc/ticket/11404' into developNathan Guse2013-03-121-90/+160
|\ \ | |/ |/|
| * [ticket/11404] Remove version ID from manager_test.php file headerMarc Alexander2013-03-111-1/+0
| * [ticket/11404] Add tests for phpbb_avatar_manager::clean_row()Marc Alexander2013-03-111-0/+71
| * [ticket/11404] Convert manager_test to UNIX line endingsMarc Alexander2013-03-111-90/+90
* | Merge remote-tracking branch 'remotes/marc/ticket/11323' into developNathaniel Guse2013-03-091-3/+0
|\ \
| * | [ticket/11323] Enable tests for inclusion of defined variablesMarc Alexander2013-02-191-3/+0
* | | [ticket/10202] Rename method names _all() to _array().Andreas Fischer2013-03-051-11/+11
* | | [ticket/10202] Add tests for phpbb_config_db_text.Andreas Fischer2013-03-052-0/+134
| |/ |/|
* | Merge remote-tracking branch 'remotes/nickv/ticket/10714' into developNathaniel Guse2013-03-046-1/+808
|\ \
| * \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-03-0415-12/+837
| |\ \
| * \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-02-2519-28/+1118
| |\ \ \
| * | | | [ticket/10714] Fix missing parameter and global phpbb_log in unit testsJoas Schilling2013-01-221-1/+2
| * | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-01-222-0/+277
| |\ \ \ \
| * | | | | [ticket/10714] Fix more commentsJoas Schilling2013-01-221-2/+2
| * | | | | [ticket/10714] Fix missing 8th argument in unit testsJoas Schilling2013-01-223-4/+4
| * | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-01-1619-173/+648
| |\ \ \ \ \
| * | | | | | [ticket/10714] Fix several comments and variable namesJoas Schilling2013-01-161-1/+1
| * | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2012-12-1444-90/+931
| |\ \ \ \ \ \
| * | | | | | | [ticket/10714] Fix dependency injections in unit tests with mocksJoas Schilling2012-12-113-7/+24