Skip to content

Commit

Permalink
Tests: Remove some leftover debugging in `WP_REST_Revisions_Controlle…
Browse files Browse the repository at this point in the history
…r` tests.

Follow-up to [57222].

See #59875.

git-svn-id: https://develop.svn.wordpress.org/trunk@57268 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jan 11, 2024
1 parent 94b70f1 commit fd42519
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) {
)
);
wp_set_post_terms( self::$template_post_2->ID, self::TEST_THEME, 'wp_theme' );

var_dump( self::$template_post->ID );
var_dump( self::$template_post_2->ID );
}

/**
Expand Down

0 comments on commit fd42519

Please sign in to comment.