Changeset 52577 for trunk/tests/phpunit/tests/query/taxQuery.php
- Timestamp:
- 01/14/2022 05:50:52 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/query/taxQuery.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/taxQuery.php
r52389 r52577 1025 1025 ); 1026 1026 1027 $posts = $query->get_posts(); 1028 $this->assertCount( 0, $posts ); 1027 $this->assertCount( 0, $query->posts ); 1029 1028 } 1030 1029 … … 1060 1059 ); 1061 1060 1062 $posts = $query->get_posts(); 1063 $this->assertCount( 0, $posts ); 1061 $this->assertCount( 0, $query->posts ); 1064 1062 } 1065 1063
Note: See TracChangeset
for help on using the changeset viewer.