phpbb/tests/mock
Tristan Darricau b28b94b1f1 [ticket/16891] Do not change an extension status in the middle of a request
When enabling an extension, it should be considered as not being enabled for
the entire request as if the "enabled" flag is switch during the request, the
extension will stay not loaded (same when disabling an extension).

Example when it can be an issue today : if the router is called for the first
time after enabling the extension and if the extension uses a custom route
loader (like phpbb/pages) then the router will fail because the custom route
will be found but the custom loader will not be loaded and available.

PHPBB3-16891
2021-10-30 04:25:31 +02:00
..
auth_provider.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
cache.php [ticket/14948] Adjust calls for twig and phpunit updates 2019-05-09 21:40:06 +02:00
container_builder.php [ticket/16549] Fix tests 2020-10-18 14:59:11 +07:00
controller_helper.php [ticket/13645] Move the feeds to controllers 2015-08-23 22:36:10 +02:00
dummy_router.php [ticket/16891] Do not change an extension status in the middle of a request 2021-10-30 04:25:31 +02:00
event_dispatcher.php [ticket/13059] Add core event to generate_page_link() 2014-10-01 20:55:07 +08:00
extension_manager.php [ticket/16891] Do not change an extension status in the middle of a request 2021-10-30 04:25:31 +02:00
file_downloader.php [ticket/security-171] Modify tests for new file_downloader class 2014-11-21 23:49:54 +01:00
filespec.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
filesystem_extension_manager.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
fileupload.php [ticket/16288] PHP 8 compatibility 2020-01-03 02:21:37 +07:00
lang.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
metadata_manager.php [ticket/security-171] Sanitize data from composer.json 2014-11-21 22:32:28 +01:00
migrator.php [ticket/14434] Refactored to check migrations when setting them 2016-01-28 12:17:35 -08:00
notification_manager.php [ticket/11444] Moving the in-board notifications to a method class 2015-07-13 22:41:13 +02:00
notification_type_post.php [ticket/14237] Use $language class for notifications 2015-10-13 23:40:52 -07:00
notifications_auth.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
null_cache.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
phpbb_di_container_builder.php Merge branch 'ticket/14957' into ticket/14957-rhea 2017-01-03 21:41:36 +01:00
request.php [ticket/14875] Add raw_variable() to request mock 2016-12-02 12:53:17 +01:00
router.php [ticket/13063] Introduces a new \phpbb\routing\router class 2014-11-20 16:03:48 +01:00
search.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
session_testable.php [ticket/16587] Fix phpdoc errors reported by Doctum 2020-09-07 12:11:31 +02:00
sql_insert_buffer.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
user.php [ticket/16288] PHP 8 compatibility 2020-01-03 02:21:37 +07:00