Changeset 56137 for trunk/tests/phpunit/tests/functions/wpListFilter.php
- Timestamp:
- 07/05/2023 10:44:20 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpListFilter.php
r55562 r56137 211 211 ), 212 212 ), 213 'string to int comparison' => array( 214 array( 215 (object) array( 216 'foo' => '1', 217 ), 218 ), 219 array( 'foo' => 1 ), 220 'AND', 221 array( 222 0 => (object) array( 223 'foo' => '1', 224 ), 225 ), 226 ), 213 227 ); 214 228 }
Note: See TracChangeset
for help on using the changeset viewer.