Changeset 39627 for branches/4.7/tests/phpunit/includes/utils.php
- Timestamp:
- 12/21/2016 05:07:05 AM (9 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/includes/utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/tests/phpunit/includes/utils.php
r38832 r39627 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.