Changeset 52010 for trunk/tests/phpunit/tests/db/realEscape.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db/realEscape.php
r51798 r52010 22 22 * @param string $expected The expected function output. 23 23 */ 24 function test_real_escape_input_type_handling( $input, $expected ) {24 public function test_real_escape_input_type_handling( $input, $expected ) { 25 25 global $wpdb; 26 26
Note: See TracChangeset
for help on using the changeset viewer.