moodle/lib/testing/classes
Russell Smith fbb0c914b0 MDL-43835 phpunit: Create unique starting id's for sequences.
When all starting autoincrement ids are the same, it's difficult to detect coding and testing
errors that use the incorrect id in test calls.  The classic case is cmid vs instance id.
To reduce the chance of the coding error we start sequences at different values where possible.

OUBlog installation is the case that highlighted this as it inserts a sitewide course module
at install time and cmid <> instance id in most cases.
2014-06-14 00:29:26 +10:00
..
nasty_strings.php MDL-38352 behat: Removing extra double quotes escape 2013-03-11 12:52:12 +08:00
test_lock.php MDL-37458 testing common methods generalization 2013-01-18 09:17:30 +08:00
tests_finder.php MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
util.php MDL-43835 phpunit: Create unique starting id's for sequences. 2014-06-14 00:29:26 +10:00