Changeset 49365
- Timestamp:
- 10/29/2020 12:02:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-search-controller.php
r49132 r49365 55 55 */ 56 56 public static function wpSetUpBeforeClass( $factory ) { 57 add_theme_support( 'post-formats' );57 add_theme_support( 'post-formats', array( 'aside' ) ); 58 58 59 59 self::$my_title_post_ids = $factory->post->create_many(
Note: See TracChangeset
for help on using the changeset viewer.