phpbb/tests/dbal
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
..
ext/foo/bar [ticket/15586] Added tests for adding modules the automatic way 2018-03-11 22:17:26 +01:00
fixtures [ticket/15055] Start fixing missing keys in fixtures 2018-01-01 18:54:24 +01:00
migration [ticket/15274] Allow "custom" migrations to use parameters 2019-05-08 22:06:39 +02:00
auto_increment_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
boolean_processor_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
case_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
concatenate_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
connect_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
cross_join_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
db_tools_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
migrator_test.php [ticket/16891] Do not change an extension status in the middle of a request 2021-10-30 04:25:31 +02:00
migrator_tool_config_test.php [ticket/16549] PHPUnit function declarations tiny cleanup 2020-10-18 10:36:42 +07:00
migrator_tool_config_text_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
migrator_tool_module_test.php [ticket/15392] Replace remaining dirname(__FILE__) with __DIR__ 2021-03-04 16:56:07 +01:00
migrator_tool_permission_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
order_lower_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
schema_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
select_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
sql_affected_rows_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
sql_insert_buffer_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
write_sequence_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
write_test.php [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00