moodle/lib/dml/tests
Cameron Ball d5eaa5224e MDL-72670 session: Correct read only debugging logic
Prior to this patch the debugging mode (when enabled) would trigger
on everywhere, regardless of whether or not READ_ONLY_SESSION is defined.

This patch modifies that behaviour so that the debugging only kicks in
if READ_ONLY_SESSION is defined and set to true.
2021-10-08 15:11:40 +08:00
..
fixtures MDL-70965 core_dml: read_slave - mock db handles as resources 2021-04-28 12:38:32 +02:00
dml_mysqli_read_slave_test.php MDL-70965 core_dml: read_slave - mock db handles as resources 2021-04-28 12:38:32 +02:00
dml_pgsql_read_slave_test.php MDL-69451 dml: use same temptables for both rw and ro database handle 2021-08-06 10:00:20 +10:00
dml_read_slave_test.php MDL-72670 session: Correct read only debugging logic 2021-10-08 15:11:40 +08:00
dml_table_test.php MDL-66011 test: remove magic @covers lines 2019-10-04 09:40:34 +08:00
dml_test.php MDL-68164 dml: Cache postgres field type metadata in MUC 2021-09-07 19:29:31 +10:00
pgsql_native_moodle_database_test.php MDL-68164 dml: Cache postgres field type metadata in MUC 2021-09-07 19:29:31 +10:00
pgsql_native_recordset_test.php MDL-68164 dml: Cache postgres field type metadata in MUC 2021-09-07 19:29:31 +10:00
recordset_walk_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
sqlsrv_native_moodle_database_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00