aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
|\
| * Merge remote-tracking branch 'nickvergessen/ticket/11691' into developDhruv2013-10-021-1/+1
| |\
| | * [ticket/11691] Fix conversion testJoas Schilling2013-10-011-1/+1
| * | Merge pull request #1735 from nickvergessen/ticket/11852Nathan Guse2013-09-3013-75/+47
| |\ \
| | * | [ticket/11852] Move tests to folder with new class nameJoas Schilling2013-09-261-2/+2
| | * | [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-2613-73/+45
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-281-0/+8
| |\ \ \
| | * \ \ Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-09-281-0/+8
| | |\ \ \
| | | * | | [ticket/11873] Add unit test for large password input.Joas Schilling2013-09-281-0/+8
* | | | | | [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
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'cyberalien/ticket/11868' into developAndreas Fischer2013-09-262-1/+53
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | [ticket/11868] Add @depends to testVjacheslav Trushkin2013-09-261-0/+3
| | * | | | [ticket/11868] Add functional test for registrationJoas Schilling2013-09-261-0/+49
| | * | | | [ticket/11868] Replace phpbb_request_interface referencesVjacheslav Trushkin2013-09-261-1/+1
| * | | | | Merge remote-tracking branch 'EXreaction/ticket/11816-2' into developJoas Schilling2013-09-262-1/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [ticket/11816] Fix multiple parenthesis as well before $VARs in templatesNathan Guse2013-09-192-1/+4
| * | | | | Merge pull request #1733 from nickvergessen/ticket/11866David King2013-09-251-1/+1
| |\ \ \ \ \
| | * | | | | [ticket/11866] Only single backslash in .md filesJoas Schilling2013-09-261-1/+1
| | * | | | | [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-261-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #1732 from nickvergessen/ticket/11865David King2013-09-251-2/+2
| |\ \ \ \ \
| | * | | | | [ticket/11865] Add bbcodes to functional posting testsJoas Schilling2013-09-261-2/+2
| | |/ / / /
| * | | | | [ticket/11805] Rename test to match the function nameJoas Schilling2013-09-251-1/+1
| * | | | | [ticket/11805] Add unit tests for paginationJoas Schilling2013-09-252-0/+123
| |/ / / /
| * | | | [ticket/11700] Use spaces, not tabsNils Adermann2013-09-251-15/+15
| * | | | [ticket/11700] Correctly load templates for extensionsNils Adermann2013-09-191-1/+1
| * | | | [ticket/11700] Get unit tests to run again with namespacesNils Adermann2013-09-194-5/+9
| * | | | [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-1917-33/+52
| * | | | [ticket/11700] Namespacif skipped filesystem instantiation in testNils Adermann2013-09-171-1/+1
| * | | | [ticket/11700] Namespace needed for mock object in web path testNils Adermann2013-09-171-1/+1
| * | | | [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-1711-16/+16
| * | | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-1713-28/+250
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'EXreaction/ticket/11832' into developJoas Schilling2013-09-1613-28/+250
| | |\ \ \
| | | * | | [ticket/11832] Correct paths in testsNathan Guse2013-09-153-17/+19
| | | * | | [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-1311-16/+73
| | | * | | [ticket/11832] Fix constructions of phpbb_filesystemNathan Guse2013-09-136-8/+31
| | | * | | [ticket/11832] Create phpbb_symfony_request to handle initiating symfony_requestNathan Guse2013-09-132-20/+42
| | | * | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-139-256/+412
| | | |\ \ \
| | | * \ \ \ Merge remote-tracking branch 'remotes/imkingdavid/ticket/11824' into ticket/1...Nathan Guse2013-09-121-6/+50
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-123-0/+222
| | | |\ \ \ \ \
| | | * | | | | | [ticket/11832] Fix the web path correctionsNathan Guse2013-09-121-2/+11
| | | * | | | | | [ticket/11832] More extensive testingNathan Guse2013-09-101-7/+42