Make WordPress Core


Ignore:
Timestamp:
07/09/2026 02:33:13 PM (6 weeks ago)
Author:
SergeyBiryukov
Message:

Tests: Remove duplicated array keys in test data.

This removes redundant array entries that were silently overwritten by a later key with the same name.

Follow-up to [943/tests], [53941], [59866].

Props Soean.
See #64894.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/cacheResults.php

    r61038 r62675  
    12171217                        'fields'                 => 'ids',
    12181218                        'suppress_filters'       => true,
    1219                         'cache_results'          => true,
    12201219                        'update_post_meta_cache' => false,
    12211220                        'update_post_term_cache' => false,
Note: See TracChangeset for help on using the changeset viewer.