Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
post name should be different to the one created in global styles res…
…t api test :)
  • Loading branch information
ramonjd committed Jun 26, 2023
commit 6a678835c02c04bf19b1f46164b945473ef7dc4b
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ public static function wpSetupBeforeClass( $factory ) {
'post_status' => 'publish',
'post_title' => __( 'Custom Styles', 'default' ),
'post_type' => 'wp_global_styles',
'post_name' => 'wp-global-styles-tt1-blocks',
'post_name' => 'wp-global-styles-tt1-blocks-revisions',
'tax_input' => array(
'wp_theme' => 'tt1-blocks',
),
),
true
)
);
}

Expand Down