updated core to 7.80
This commit is contained in:
@@ -563,7 +563,7 @@ function simpletest_clean_environment() {
|
||||
* Removed prefixed tables from the database that are left over from crashed tests.
|
||||
*/
|
||||
function simpletest_clean_database() {
|
||||
$tables = db_find_tables(Database::getConnection()->prefixTables('{simpletest}') . '%');
|
||||
$tables = db_find_tables_d8(Database::getConnection()->prefixTables('{simpletest}') . '%');
|
||||
$schema = drupal_get_schema_unprocessed('simpletest');
|
||||
$count = 0;
|
||||
foreach (array_diff_key($tables, $schema) as $table) {
|
||||
|
||||
Reference in New Issue
Block a user