Changeset 39626 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 12/21/2016 04:58:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r38832 r39626 390 390 $this->field_types = $wpdb->field_types; 391 391 $this->charset = $wpdb->charset; 392 393 $this->dbuser = $wpdb->dbuser; 394 $this->dbpassword = $wpdb->dbpassword; 395 $this->dbname = $wpdb->dbname; 396 $this->dbhost = $wpdb->dbhost; 392 397 } 393 398
Note: See TracChangeset
for help on using the changeset viewer.