Changeset 54090 for trunk/tests/phpunit/tests/term/cache.php
- Timestamp:
- 09/06/2022 10:09:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/cache.php
r52836 r54090 245 245 global $wpdb; 246 246 247 $term_id = $this->factory->term->create(247 $term_id = self::factory()->term->create( 248 248 array( 249 249 'slug' => 'burrito', … … 276 276 global $wpdb; 277 277 278 $term_id = $this->factory->term->create(278 $term_id = self::factory()->term->create( 279 279 array( 280 280 'slug' => 'burrito', … … 314 314 global $wpdb; 315 315 316 $term_id = $this->factory->term->create(316 $term_id = self::factory()->term->create( 317 317 array( 318 318 'name' => 'Burrito', … … 343 343 global $wpdb; 344 344 345 $term_id = $this->factory->term->create(345 $term_id = self::factory()->term->create( 346 346 array( 347 347 'name' => 'Burrito', … … 378 378 global $wpdb; 379 379 380 $term_id = $this->factory->term->create(380 $term_id = self::factory()->term->create( 381 381 array( 382 382 'name' => 'Burrito', … … 421 421 global $wpdb; 422 422 423 $term_id = $this->factory->term->create(423 $term_id = self::factory()->term->create( 424 424 array( 425 425 'name' => 'Burrito',
Note: See TracChangeset
for help on using the changeset viewer.