Changeset 47122 for trunk/tests/phpunit/tests/query/metaQuery.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/query/metaQuery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/metaQuery.php
r46586 r47122 1564 1564 */ 1565 1565 public function test_meta_default_compare() { 1566 // compare should default to IN when meta_value is an array1566 // Compare should default to IN when meta_value is an array. 1567 1567 $post_id = self::factory()->post->create(); 1568 1568 add_post_meta( $post_id, 'foo', 'bar' );
Note: See TracChangeset
for help on using the changeset viewer.