Changeset 35162 for trunk/tests/phpunit/tests/query/taxQuery.php
- Timestamp:
- 10/14/2015 09:23:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/taxQuery.php
r31346 r35162 841 841 // An empty tax query should return an empty array, not all posts. 842 842 843 $this->factory->post->create_many( 10);843 $this->factory->post->create_many( 2 ); 844 844 845 845 $query = new WP_Query( array( … … 874 874 // An empty tax query should return an empty array, not all posts. 875 875 876 $this->factory->post->create_many( 10);876 $this->factory->post->create_many( 2 ); 877 877 878 878 $query = new WP_Query( array(
Note: See TracChangeset
for help on using the changeset viewer.