Make WordPress Core


Ignore:
Timestamp:
07/02/2019 04:43:01 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in tests.

See #47632.

File:
1 edited

Legend:

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

    r43571 r45588  
    12991299        $posts = self::factory()->post->create_many( 5 );
    13001300
    1301         $cats = $tags = array();
     1301        $cats = array();
     1302        $tags = array();
    13021303
    13031304        // need term_taxonomy_ids in addition to term_ids, so no factory
Note: See TracChangeset for help on using the changeset viewer.