mirror of
git://develop.git.wordpress.org/
synced 2025-02-06 07:28:49 +01: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:
parent
219b56a6a4
commit
39c6a77617
@ -17,6 +17,7 @@ class Tests_Rewrite_AddRewriteEndpoint extends WP_UnitTestCase {
|
|||||||
|
|
||||||
public static function wpTearDownAfterClass() {
|
public static function wpTearDownAfterClass() {
|
||||||
wp_delete_post( self::$test_page_id, true );
|
wp_delete_post( self::$test_page_id, true );
|
||||||
|
wp_delete_post( self::$test_post_id, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setUp() {
|
public function setUp() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user