mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-03 21:22:54 +00:00
Tests: Remove some leftover debugging in WP_REST_Revisions_Controller tests.
Follow-up to [57222]. See #59875. git-svn-id: https://develop.svn.wordpress.org/trunk@57268 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
94b70f1ae0
commit
fd42519d7b
@ -154,9 +154,6 @@ class Tests_REST_wpRestTemplateRevisionsController extends WP_Test_REST_Controll
|
||||
)
|
||||
);
|
||||
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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user