Skip to content

Commit be44912

Browse files
Update tests/phpunit/tests/db.php
Co-authored-by: Mukesh Panchal <[email protected]>
1 parent 4e68fab commit be44912

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/phpunit/tests/db.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,11 @@ public function test_locale_floats() {
122122

123123
/**
124124
* @ticket 10041
125+
*
125126
* @dataProvider data_esc_like
127+
*
128+
* @param string $input The input string.
129+
* @param string $expected The expected escaped string.
126130
*/
127131
public function test_esc_like( $input, $expected ) {
128132
global $wpdb;

0 commit comments

Comments
 (0)