Changeset 43571 for trunk/tests/phpunit/tests/category/wpListCategories.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/category/wpListCategories.php
r42343 r43571 147 147 148 148 $terms = self::factory()->term->create_many( 149 2, array( 149 2, 150 array( 150 151 'taxonomy' => 'wptests_tax', 151 152 ) … … 175 176 176 177 $terms = self::factory()->term->create_many( 177 2, array( 178 2, 179 array( 178 180 'taxonomy' => 'wptests_tax', 179 181 ) … … 200 202 201 203 $terms = self::factory()->term->create_many( 202 2, array( 204 2, 205 array( 203 206 'taxonomy' => 'wptests_tax', 204 207 ) … … 225 228 226 229 $terms = self::factory()->term->create_many( 227 2, array( 230 2, 231 array( 228 232 'taxonomy' => 'wptests_tax', 229 233 )
Note: See TracChangeset
for help on using the changeset viewer.