mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Some cleanup that was missed in [35259].
See #33728, #24853 git-svn-id: https://develop.svn.wordpress.org/trunk@35260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -17,6 +17,7 @@ class Tests_Rewrite_AddRewriteEndpoint extends WP_UnitTestCase {
|
||||
|
||||
public static function wpTearDownAfterClass() {
|
||||
wp_delete_post( self::$test_page_id, true );
|
||||
wp_delete_post( self::$test_post_id, true );
|
||||
}
|
||||
|
||||
public function setUp() {
|
||||
|
||||
Reference in New Issue
Block a user