Changeset 54865 for trunk/tests/phpunit/tests/db/dbDelta.php
- Timestamp:
- 11/22/2022 09:25:27 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/db/dbDelta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db/dbDelta.php
r54711 r54865 100 100 parent::tear_down(); 101 101 102 // This has to be called after the parent `tear Down()` method.102 // This has to be called after the parent `tear_down()` method. 103 103 $wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}dbdelta_test" ); 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.