aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-092-6/+6
| | | | PHPBB3-14948
* [ticket/12636] Rename log.session_errors to session.log_errorsrubencm2019-05-091-1/+1
| | | | PHPBB3-12636
* [ticket/12636] Add log.session_errors to mock container_builderRubén Calvo2019-05-091-0/+1
| | | | PHPBB3-12636
* [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-091-0/+5
| | | | PHPBB3-12624
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/14670] Fix incompatibilities with container definitionsMarc Alexander2019-05-061-2/+7
| | | | PHPBB3-14670
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/14938] Add missing language class to extension manager mockMarc Alexander2017-04-161-1/+4
| | | | PHPBB3-14938
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-161-0/+2
|\
| * [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-101-0/+2
| | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. Further simplify is_available by using metadata_manager. Make optional the template object on metadata_manager creation. Fix extension_manager_mock to have config and user components. PHPBB3-14938
* | Merge branch 'ticket/14957' into ticket/14957-rheaMarc Alexander2017-01-031-0/+8
|\ \ | |/
* | [ticket/14875] Add raw_variable() to request mockMarc Alexander2016-12-021-0/+5
| | | | | | | | PHPBB3-14875
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | | | | | PHPBB3-14576
* | Merge pull request #4144 from VSEphpbb/ticket/14434Tristan Darricau2016-02-021-4/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14434] Allow non-migration files inside migrations folder (continued) * VSEphpbb/ticket/14434: [ticket/14434] Refactored to check migrations when setting them [ticket/14434] Check migrations in the database updater task [ticket/14434] Do not include non-migrations in CLI list [ticket/14434] Remove redundant conditional [ticket/14434] Fix whitespace mistakes [ticket/14434] Remove recursion to simplify is_migration method [ticket/14434] Extract migration check to a reusable method [ticket/14434] Schema generator should ignore migration helpers
| * | [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-281-4/+0
| | | | | | | | | | | | PHPBB3-14434
* | | [ticket/14129] Caches extensions autoloadersTristan Darricau2016-01-261-0/+10
|/ / | | | | | | PHPBB3-14129
* | [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-1/+2
| | | | | | | | PHPBB3-14237
* | [ticket/13904] Add more tests and test casesMarc Alexander2015-09-091-1/+2
| | | | | | | | PHPBB3-13904
* | [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-13/+0
| | | | | | | | PHPBB3-13645
* | [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-0/+5
| | | | | | | | PHPBB3-11444
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-133-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-222-0/+29
|\ \ | |/
| * [ticket/security-171] Modify tests for new file_downloader classMarc Alexander2014-11-211-0/+27
| | | | | | | | SECURITY-171
| * [ticket/security-171] Sanitize data from composer.jsonMarc Alexander2014-11-211-0/+2
| | | | | | | | SECURITY-171
* | [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-202-3/+29
|/ | | | PHPBB3-13063
* [ticket/13280] Output escaping for the symfony request objectTristan Darricau2014-11-162-1/+23
| | | | PHPBB3-13280
* [ticket/13059] Add core event to generate_page_link()rxu2014-10-011-2/+11
| | | | | | | | Add core event to generate_page_link() to allow overriding/modifying pagination URLs. Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45905 PHPBB3-13059
* Merge pull request #2932 from Nicofuma/ticket/12963Marc Alexander2014-09-172-1/+57
|\ | | | | | | [ticket/12963] Load extensions migrations from /migration
| * [ticket/12963] Add unit testsTristan Darricau2014-09-102-1/+57
| | | | | | | | PHPBB3-12963
* | [ticket/13034] Fix testsTristan Darricau2014-09-161-1/+2
| | | | | | | | PHPBB3-13034
* | [ticket/13034] Fix the route generated for the frontend not in the phpbb rootTristan Darricau2014-09-041-1/+2
|/ | | | PHPBB3-13034
* Merge pull request #2671 from Nicofuma/ticket/12775Andreas Fischer2014-07-111-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12775] Replace functions_container with a container_builder class. * Nicofuma/ticket/12775: (34 commits) [ticket/12775] Set dbal.conn.driver as synthetic during installation [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml [ticket/12775] Inject the connection when created in the container [ticket/12775] Extract the vars later in install/install_update.php [ticket/12775] Rename config_php_handler to config_php_file container_builder [ticket/12775] Set defined_vars as a property of config_php_file [ticket/12775] Fix doc blocks in the container builder [ticket/12775] Remove useless includes of config.php [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file class [ticket/12775] Fix comments [ticket/12775] Update doc blocks [ticket/12775] Fix container_builder [ticket/12775] Rename config_php to config_php_file [ticket/12775] Renamed to \phpbb\di\container_builder [ticket/12775] Remove the last include of functions_container [ticket/12775] Fix unit tests [ticket/12775] Add tests for \phpbb\config_php [ticket/12775] Add tests for the container factory [ticket/12775] Use a field instead of a local var in load_config_var() [ticket/12775] Update container and config in install/ ...
| * [ticket/12775] Fix container_builderTristan Darricau2014-07-071-1/+1
| | | | | | | | PHPBB3-12775
| * [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-071-1/+1
| | | | | | | | PHPBB3-12775
| * [ticket/12775] Fix unit testsTristan Darricau2014-07-071-1/+1
| | | | | | | | PHPBB3-12775
| * [ticket/12775] Add tests for the container factoryTristan Darricau2014-07-071-0/+20
| | | | | | | | PHPBB3-12775
* | [ticket/12787] Updates phpbb_mock_controller_helperTristan Darricau2014-07-081-0/+5
|/ | | | PHPBB3-12787
* [ticket/12352] Add tests for phpBB2 md5 passwords driverMarc Alexander2014-06-011-0/+19
| | | | PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2720-70/+149
| | | | PHPBB3-12594
* [ticket/11497] Rename set_ext_finder in find_routing_filesTristan Darricau2014-05-051-1/+1
| | | | PHPBB3-11497
* [ticket/11497] Change the date in the package declarationTristan Darricau2014-05-031-1/+1
| | | | PHPBB3-11497
* [ticket/11497] Use a mock object to define the root folder for the finderTristan Darricau2014-05-031-0/+22
| | | | PHPBB3-11497
* [ticket/10521] Fix broken tests using set_cookieMatt Friedman2014-05-021-1/+1
| | | | PHPBB3-10521
* Merge remote-tracking branch 'github-nickvergessen/ticket/12113' into ↵Nils Adermann2014-04-101-0/+5
|\ | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12113: [ticket/12113] Fix view_log() tests [ticket/12113] Correctly use plurals when deleting user warnings [ticket/12113] Allow log entries to use plurals
| * [ticket/12113] Fix view_log() testsJoas Schilling2014-04-011-0/+5
| | | | | | | | PHPBB3-12113
* | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-1/+1
|/ | | | PHPBB3-12282
* [ticket/11959] Add unit tests.Cesar G2014-03-191-0/+36
| | | | PHPBB3-11959
* Merge pull request #1735 from nickvergessen/ticket/11852Nathan Guse2013-09-301-7/+1
|\ | | | | Ticket/11852 filesystem class must not depend on a web request
| * [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-7/+1
| | | | | | | | PHPBB3-11852