Changeset 45607 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 07/08/2019 12:55:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r45588 r45607 54 54 $wpdb->query( 'SET foreign_key_checks = 0' ); 55 55 foreach ( $wpdb->tables() as $table => $prefixed_table ) { 56 //phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared 56 57 $wpdb->query( "DROP TABLE IF EXISTS $prefixed_table" ); 57 58 } 58 59 59 60 foreach ( $wpdb->tables( 'ms_global' ) as $table => $prefixed_table ) { 61 //phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared 60 62 $wpdb->query( "DROP TABLE IF EXISTS $prefixed_table" ); 61 63
Note: See TracChangeset
for help on using the changeset viewer.