Changeset 56472 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 08/25/2023 05:09:09 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r54872 r56472 65 65 $wpdb->query( 'SET foreign_key_checks = 0' ); 66 66 foreach ( $wpdb->tables() as $table => $prefixed_table ) { 67 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared67 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared 68 68 $wpdb->query( "DROP TABLE IF EXISTS $prefixed_table" ); 69 69 } 70 70 71 71 foreach ( $wpdb->tables( 'ms_global' ) as $table => $prefixed_table ) { 72 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared72 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared 73 73 $wpdb->query( "DROP TABLE IF EXISTS $prefixed_table" ); 74 74
Note: See TracChangeset
for help on using the changeset viewer.