Skip to content

Commit

Permalink
fixed php unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fellan-91 committed Jul 26, 2024
1 parent 245cae3 commit cdf7bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/unit/test-class-friendly-urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function get_predefined_options() {
'content_source' => 'post-based',
'posts_source' => 'current_query',
);
update_option( 'permalink_structure', '/%postname%/' );

return $block_options;
}
Expand Down

0 comments on commit cdf7bc4

Please sign in to comment.