Skip to content

Commit 1a30f7d

Browse files
Query: Fix a PHPCS issue in _prime_post_parents_caches() tests.
Removes an extraneous line break in the `_prime_post_parents_caches()` tests. Follow-up to [56763]. Unprops spacedmonkey. Props mukesh27, costdev. See #59188. git-svn-id: https://develop.svn.wordpress.org/trunk@56766 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3ad2018 commit 1a30f7d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/phpunit/tests/post/primePostParentsCaches.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public function test_prime_post_parents_caches_update() {
9999

100100
$this->assertSame( 1, $num_queries, 'Unexpected number of queries on second run' );
101101
$this->assertSameSets( array( self::$posts[1] ), wp_cache_get_multiple( array( $page_id ), 'post_parent' ), 'Array of parent ids with post 1 as parent' );
102-
103102
}
104103

105104
/**

0 commit comments

Comments
 (0)