aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock
Commit message (Expand)AuthorAgeFilesLines
...
* | [ticket/11868] Replace phpbb_request_interface referencesVjacheslav Trushkin2013-09-261-1/+1
|/
* [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-171-1/+1
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-1/+7
|\
| * [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-1/+2
| * [ticket/11832] Fix constructions of phpbb_filesystemNathan Guse2013-09-131-1/+6
| * Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-121-0/+5
| |\
| * | [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving)Nathan Guse2013-09-091-1/+1
* | | [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-1/+1
* | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-163-0/+32
|\ \ \ | | |/ | |/|
| * | [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ...Joseph Warner2013-09-062-0/+27
| |\ \ | | |/
| | * [ticket/11813] Change mock auth provider to implement base providerJoseph Warner2013-08-271-32/+2
| | * [ticket/11620] Whitespace and combine function into test_caseAndy Chase2013-07-221-4/+4
| | * Merge branch 'develop' into ticket/11620Andy Chase2013-07-222-0/+44
| | |\
| | * | [ticket/11620] Update auth_provider for new interfaceasperous2013-07-221-1/+6
| | * | [ticket/11620] Added a test for checking if users are bannedasperous2013-07-221-0/+4
| | * | [ticket/11620] Removed unnecessary lines and whitespaceAndy Chase2013-07-091-6/+1
| | * | [ticket/11620] Rename provider -> mock_auth_providerAndy Chase2013-07-081-1/+2
| | * | [ticket/11620] More mock provider methodsAndy Chase2013-07-081-3/+25
| | * | [ticket/11620] Added validate_session to provider.Andy Chase2013-07-051-0/+7
| | * | [ticket/11620] Implemented a provider mock object.Andy Chase2013-07-051-0/+23
| * | | [feature/oauth] Change name of new method on requestJoseph Warner2013-07-141-1/+1
| * | | [feature/oauth] Allow getting original global arrays from requestJoseph Warner2013-07-141-0/+5
| | |/ | |/|
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-167-24/+24
* | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-142-17/+17
|/ /
* | Merge pull request #1017 from nickvergessen/feature/softdelete-1-permissionNathan Guse2013-07-131-0/+23
|\ \
| * \ Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-116-70/+56
| |\ \ | | |/
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-035-1/+227
| |\ \
| * \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-206-30/+248
| |\ \ \
| * | | | [feature/soft-delete] Fix unit tests for delete_posts()Joas Schilling2012-10-231-0/+23
* | | | | Merge remote-tracking branch 'EXreaction/ticket/11420' into developJoas Schilling2013-07-131-0/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [ticket/11420] Forgot to include mock sql_insert_bufferNathaniel Guse2013-05-031-0/+21
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-112-0/+28
|\ \ \ \ \
| * | | | | [ticket/11579] Add remaining unit tests for validate_data functionsMarc Alexander2013-05-302-0/+28
* | | | | | [ticket/develop/11543] Use plurals in developJoas Schilling2013-06-061-0/+5
* | | | | | Merge remote-tracking branch 'EXreaction/ticket/11413' into developDavid King2013-05-201-69/+0
|\ \ \ \ \ \
| * | | | | | [ticket/11413] Remove mock sql_insert_buffer.php (not relevant to PR)Nathaniel Guse2013-05-031-21/+0
| * | | | | | [ticket/11413] Include mock classNathaniel Guse2013-04-301-0/+21
| * | | | | | [ticket/11413] Fix notification testsNathaniel Guse2013-04-291-69/+0
| | |/ / / / | |/| | | |
* | | | | | [ticket/11450] Move mocked class into mock/metadata_manager.phpJoas Schilling2013-05-081-0/+21
|/ / / / /
* | | | | [ticket/11335] (tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
* | | | | [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-0/+1
| |_|_|/ |/| | |
* | | | [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-151-2/+2
* | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-152-30/+5
|\ \ \ \
| * | | | [ticket/11037] Eliminate global $db usage in cache drivers.Oleg Pudeyev2012-12-201-1/+5
| | |_|/ | |/| |
| * | | [ticket/10763] Make functions for remote avatars staticMarc Alexander2012-12-171-29/+0
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathaniel Guse2012-12-122-0/+79
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'p/feature/template-events' into developDavid King2012-12-101-0/+32
| |\ \ \
| | * | | [feature/template-events] Order extensions in mock extension manager.Oleg Pudeyev2012-11-271-0/+1
| | * | | [feature/template-events] Allow dataset to be correctly selectable.Oleg Pudeyev2012-11-171-0/+31
| * | | | Merge PR #1125 branch 'develop-olympus' into developOleg Pudeyev2012-12-101-0/+47
| |\ \ \ \ | | | |/ / | | |/| |