Changeset 36433 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 02/02/2016 12:12:28 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r35242 r36433 942 942 $this->assertNull( $row ); 943 943 } 944 945 /** 946 * @ticket 34903 947 */ 948 function test_close() { 949 global $wpdb; 950 951 $this->assertTrue( $wpdb->close() ); 952 $this->assertFalse( $wpdb->close() ); 953 954 $wpdb->check_connection(); 955 956 $this->assertTrue( $wpdb->close() ); 957 958 $wpdb->check_connection(); 959 } 944 960 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)