aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
| * | | | | | [ticket/10714] Add global variables for the unit testsJoas Schilling2012-12-072-3/+7
| * | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2012-12-0797-361/+3085
| |\ \ \ \ \ \
| * | | | | | | [ticket/10714] Fix unit test because of events and moved filesJoas Schilling2012-08-213-6/+8
| * | | | | | | [ticket/10714] Refactor disable mechanism to only disable certain typesJoas Schilling2012-08-211-5/+23
| * | | | | | | [ticket/10714] Add docblock for the test casesJoas Schilling2012-08-212-25/+54
| * | | | | | | [ticket/10714] Add unit tests for view_log functionJoas Schilling2012-08-212-0/+507
| * | | | | | | [ticket/10714] Rename add_log_function testJoas Schilling2012-08-211-3/+3
| * | | | | | | [ticket/10714] Serialize the log_data in the testinsteadof hardcoding itJoas Schilling2012-08-211-50/+57
| * | | | | | | [ticket/10714] Add unit tests for log classJoas Schilling2012-08-211-0/+56
| * | | | | | | [ticket/10714] Add unit tests for add_log functionJoas Schilling2012-08-212-0/+166
* | | | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11386-3Nathaniel Guse2013-03-048-291/+1274
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'remotes/marc/feature/avatars' into developNathaniel Guse2013-03-043-0/+128
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-03-0415-33/+871
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-192-4/+4
| | * | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-02-0722-1/+1384
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | [feature/avatars] Differentiate tests for get drivers functionsMarc Alexander2013-01-082-1/+31
| | * | | | | | | | | [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-072-5/+5
| | * | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-01-046-9/+180
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | [feature/avatars] Improve testing to also check for enabled driversMarc Alexander2012-12-271-4/+15
| | * | | | | | | | | | Merge branch 'develop' of github.com:marc1706/phpbb3 into feature/avatarsMarc Alexander2012-12-2445-251/+1201
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into feature/avatarsMarc Alexander2012-12-0951-338/+1511
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | [feature/avatars] Fix behavior of avatar manager and variablesMarc Alexander2012-12-041-2/+5
| | * | | | | | | | | | | | [feature/avatars] Use seperate function for retrieving all driversMarc Alexander2012-12-041-1/+1
| | * | | | | | | | | | | | [feature/avatars] Remove unnecessary "implements" from foobar avatarMarc Alexander2012-12-021-1/+1
| | * | | | | | | | | | | | [feature/avatars] Do not use gravatar avatar in testsMarc Alexander2012-12-022-33/+35
| | * | | | | | | | | | | | [feature/avatars] Add tests for avatar managerMarc Alexander2012-12-011-0/+82
| * | | | | | | | | | | | | Merge remote-tracking branch 'remotes/nickv/ticket/10411-2' into developNathaniel Guse2013-03-045-291/+1146
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | [ticket/10411] Add unit tests for move() with values >1Joas Schilling2013-02-271-0/+30
| | * | | | | | | | | | | | [ticket/10411] Test for thrown exceptions when group does not existJoas Schilling2013-02-262-6/+18
| | * | | | | | | | | | | | [ticket/10411] Add return values to add/delete functionJoas Schilling2013-02-252-148/+230
| | * | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2Joas Schilling2013-02-2577-289/+2972
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | [ticket/10411] Add return value to move functionsJoas Schilling2013-02-252-235/+374
| | * | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2Joas Schilling2012-12-0648-338/+1344
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2Joas Schilling2012-11-151-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | [ticket/10411] Use DIC to get the groupposition classesJoas Schilling2012-11-142-15/+15
| | * | | | | | | | | | | | | [ticket/10411] Fix missing functions in unit testsJoas Schilling2012-11-141-0/+2
| | * | | | | | | | | | | | | [ticket/10411] New class interface and unit tests for legend and teampageJoas Schilling2012-11-135-291/+881
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |