Changeset 36997
- Timestamp:
- 03/15/2016 03:27:14 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r36840 r36997 3117 3117 if ( $closed ) { 3118 3118 $this->dbh = null; 3119 $this->ready = false; 3120 $this->has_connected = false; 3119 3121 } 3120 3122 -
trunk/tests/phpunit/tests/db.php
r36478 r36997 947 947 $this->assertFalse( $wpdb->close() ); 948 948 949 $this->assertFalse( $wpdb->ready ); 950 $this->assertFalse( $wpdb->has_connected ); 951 949 952 $wpdb->check_connection(); 950 953
Note: See TracChangeset
for help on using the changeset viewer.