Changeset 9836 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 05/04/2015 02:05:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r9819 r9836 44 44 $wpdb->select( DB_NAME, $wpdb->dbh ); 45 45 46 // Drop BuddyPress tables. 47 foreach ( $wpdb->get_col( "SHOW TABLES LIKE '" . $wpdb->prefix . "bp%'" ) as $bp_table ) { 48 $wpdb->query( "DROP TABLE {$bp_table}" ); 49 } 50 46 51 // Install BuddyPress 47 52 bp_version_updater();
Note: See TracChangeset
for help on using the changeset viewer.