Changeset 57926 for trunk/tests/phpunit/tests/db/dbDelta.php
- Timestamp:
- 04/04/2024 03:11:37 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db/dbDelta.php
r56971 r57926 427 427 global $wpdb; 428 428 429 if ( ! $wpdb->has_cap( 'utf8mb4' ) ) {430 $this->markTestSkipped( 'This test requires utf8mb4 support in MySQL.' );431 }432 433 429 // This table needs to be actually created. 434 430 remove_filter( 'query', array( $this, '_create_temporary_tables' ) );
Note: See TracChangeset
for help on using the changeset viewer.