Changeset 49603 for trunk/tests/phpunit/tests/ajax/TagSearch.php
- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/TagSearch.php
r48997 r49603 32 32 private static $term_ids = array(); 33 33 34 public static function wpSetUpBeforeClass( ) {34 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 35 35 foreach ( self::$terms as $t ) { 36 36 self::$term_ids[] = wp_insert_term( $t, 'post_tag' );
Note: See TracChangeset
for help on using the changeset viewer.