MDL-55764 behat: Reset static update db list

While running multiple suites we should
ensure static cli cache is also reset.
This commit is contained in:
Rajesh Taneja 2016-08-30 07:59:23 +08:00
parent 35d5053ba2
commit cc0ac30488
No known key found for this signature in database
GPG Key ID: B363F7FB787F80E4

View File

@ -948,6 +948,9 @@ abstract class testing_util {
if (file_exists($tablesupdatedfile)) {
unlink($tablesupdatedfile);
}
// Reset static cache of cli process.
self::reset_updated_table_list();
}
/**