aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9871] Mark test as slowNathan Guse2014-03-051-0/+3
* [ticket/9871] Update version check file to use json formatNathan Guse2014-02-192-75/+333
* Merge pull request #1994 from prototech/ticket/12158Nathan Guse2014-02-181-2/+17
|\
| * [ticket/12158] Add test data for 0 items to validate_start() test.Cesar G2014-02-041-2/+17
* | Merge pull request #2002 from prototech/ticket/12153Nathan Guse2014-02-183-15/+17
|\ \
| * | [ticket/12153] Adjust pagination tests.Cesar G2014-02-033-15/+17
| |/
* | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+0
* | Merge remote-tracking branch 'Marc/ticket/12170' into developJoas Schilling2014-02-103-4/+47
|\ \
| * \ Merge remote-tracking branch 'exreaction/ticket/12170' into ticket/12170Marc Alexander2014-02-071-4/+34
| |\ \
| | * | [ticket/12170] Test for 12170Nathan Guse2014-02-071-4/+34
| * | | [ticket/12170] Assign schema keys in migration helper with data_depth 1Marc Alexander2014-02-072-0/+13
| |/ /
* | | Merge pull request #1988 from nickvergessen/ticket/12115Nils Adermann2014-02-1027-220/+0
|\ \ \
| * | | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-0627-220/+0
| |/ /
* | | [ticket/12175] Do not use admin account for file size limit testJoas Schilling2014-02-091-2/+9
* | | [ticket/12175] Fix test for uploading a valid fileJoas Schilling2014-02-091-3/+5
* | | [ticket/12175] Fix upload test for empty fileJoas Schilling2014-02-091-2/+1
|/ /
* | [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-055-5/+16
* | [ticket/11880] Break up schema changes in the migratorNathan Guse2014-02-033-0/+216
|/
* [ticket/12151] Remove old dependency from profile type in testsJoas Schilling2014-02-021-10/+0
* Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-022-17/+43
|\
| * [ticket/11201] Add tables to constructor in testsJoas Schilling2014-01-181-3/+6
| * [ticket/11201] Update schema files and unit testJoas Schilling2014-01-171-3/+3
| * [ticket/11201] Fix construction of dropdown type once againJoas Schilling2014-01-171-2/+12
| * [ticket/11201] Fix dropdown testsJoas Schilling2014-01-152-55/+68
| * [ticket/11201] Rename test file for now, so the other tests runJoas Schilling2014-01-141-0/+0
* | Merge pull request #1716 from marc1706/feature/passwordsNils Adermann2014-02-029-8/+612
|\ \
| * | [feature/passwords] Move combined hashing methods to managerMarc Alexander2014-02-021-0/+8
| * | [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-026-30/+0
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-2996-546/+1762
| |\ \
| * | | [feature/passwords] Use correct default type in manager_testMarc Alexander2013-10-271-1/+2
| * | | [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-276-11/+11
| * | | [feature/passwords] Fix tests on PHP < 5.3.3 againMarc Alexander2013-10-273-5/+84
| * | | [feature/passwords] Integrate convert_flag with db auth providerMarc Alexander2013-10-253-3/+23
| * | | [feature/passwords] Add functional tests for forum passwordsMarc Alexander2013-10-131-0/+55
| * | | [feature/passwords] Fix tests for 8th bit characters in bcrypt on PHP < 5.3.7Marc Alexander2013-10-101-1/+8
| * | | [feature/passwords] Increase test coverage to 100% of methodsMarc Alexander2013-10-101-5/+16
| * | | [feature/passwords] Increase test coverage to 35 out ouf 36 methodsMarc Alexander2013-10-092-8/+107
| * | | [feature/passwords] Add tests for unique_id() method in helperMarc Alexander2013-10-091-5/+16
| * | | [feature/passwords] Fix hash_test for use of passwords managerMarc Alexander2013-10-031-1/+4
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-10-0315-76/+56
| |\ \ \
| * | | | [feature/passwords] Add prepending backslash to class namespacesMarc Alexander2013-10-025-37/+37
| * | | | [feature/passwords] Fix tests after changes to phpBB hashing functionsMarc Alexander2013-10-022-1/+59
| * | | | [feature/passwords] Rename manager methods to check() and hash()Marc Alexander2013-10-021-11/+11
| * | | | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-022-2/+35
| * | | | [feature/passwords] Pass config via service container to driver helperMarc Alexander2013-09-281-1/+1
| * | | | [feature/passwords] Modify passwords files for namespacing changesMarc Alexander2013-09-271-8/+8
| * | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-09-27166-970/+1762
| |\ \ \ \
| * | | | | [feature/passwords] Use dependency injection for passwords driver helperMarc Alexander2013-09-221-4/+5
| * | | | | [feature/passwords] Use dependency injection for helperMarc Alexander2013-09-221-2/+3
| * | | | | [feature/passwords] Do not manually include passwords drivers in testsMarc Alexander2013-09-201-5/+0