Skip to content

Commit

Permalink
test: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
badasswp committed Jan 28, 2025
1 parent 1252380 commit 871a1a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/php/Services/PostMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,10 @@ public function test_register_post_meta() {
]
);

$sidebar = new SideBar();

\WP_Mock::userFunction( 'register_post_meta' )
->with(
'',
[
'apbe_summary',
],
'apbe_summary',
[
'single' => true,
'show_in_rest' => true,
Expand Down

0 comments on commit 871a1a3

Please sign in to comment.