Make WordPress Core

Changeset 56766

Timestamp:
10/03/2023 03:42:06 PM (10 months ago)
Author:
hellofromTonya
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/post/primePostParentsCaches.php

    r56763 r56766  
    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
Note: See TracChangeset for help on using the changeset viewer.