moodle/question/tests
Andrew Nicols 650c0086f9 MDL-52339 question: Fix question attempt removal for MySQL
Derived table support was altered in MySQL 5.7 changing the way in which
DELETE FROM works in some cases.

This change modifies the way in which deletion occurs by selecting all IDs
and batching them into groups of 1000.
2016-02-05 09:10:09 +08:00
..
behat MDL-52427 behat: Fixed question selectors 2015-12-22 10:43:22 +08:00
generator MDL-38538 question auto-save back end. 2013-03-28 16:51:59 +00:00
events_test.php MDL-40063 mod_quiz: replaced 'addcategory' add_to_log call with an event 2014-04-10 20:38:34 -07:00
generator_test.php MDL-38582 testing: Let any component have a data generator. 2013-03-22 10:28:24 +00:00
importexport_test.php
least_used_variant_strategy_test.php MDL-6340 quiz: avoid reusing random questions between attempts 2015-03-26 17:45:49 +00:00
previewlib_test.php MDL-52339 question: Fix question attempt removal for MySQL 2016-02-05 09:10:09 +08:00
random_question_loader_test.php MDL-50373 questions: random Qs must not pick deleted or sub- questions 2015-05-27 20:32:47 +01:00