Changeset 56475 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 08/26/2023 01:01:05 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r55028 r56475 557 557 global $wpdb; 558 558 $this->dbh = $wpdb->dbh; 559 $this->use_mysqli = $wpdb->use_mysqli;560 559 $this->is_mysql = $wpdb->is_mysql; 561 560 $this->ready = true;
Note: See TracChangeset
for help on using the changeset viewer.