mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
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:
parent
35d5053ba2
commit
cc0ac30488
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user