Changeset 56475 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 08/26/2023 01:01:05 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r55562 r56475 714 714 public function test_mysqli_flush_sync() { 715 715 global $wpdb; 716 if ( ! $wpdb->use_mysqli ) {717 $this->markTestSkipped( 'mysqli not being used.' );718 }719 716 720 717 $suppress = $wpdb->suppress_errors( true );
Note: See TracChangeset
for help on using the changeset viewer.