Changeset 57089 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 11/08/2023 08:31:34 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r56475 r57089 2470 2470 ); 2471 2471 } 2472 2473 /** 2474 * This private property is no longer used but needs to be retained as it can be 2475 * accessed externally due to the `__get()` magic method. 2476 * 2477 * @ticket 59118 2478 * @ticket 59846 2479 */ 2480 public function test_use_mysqli_property_access() { 2481 global $wpdb; 2482 2483 $this->assertTrue( $wpdb->use_mysqli ); 2484 } 2472 2485 }
Note: See TracChangeset
for help on using the changeset viewer.