Make WordPress Core

Changeset 52983


Ignore:
Timestamp:
03/23/2022 02:48:28 PM (21 months ago)
Author:
SergeyBiryukov
Message:

Tests: Remove some unused variables in phpunit/tests/filters.php.

Follow-up to [29422], [31014].

Props azouamauriac.
See #54725.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/filters.php

    r52952 r52983  
    203203        $a   = new MockAction();
    204204        $tag = __FUNCTION__;
    205         $val = __FUNCTION__ . '_val';
    206205
    207206        add_filter( $tag, array( $a, 'filter' ), 12 );
     
    314313        $a   = new MockAction();
    315314        $tag = __FUNCTION__;
    316         $val = __FUNCTION__ . '_val';
    317315
    318316        // No priority.
Note: See TracChangeset for help on using the changeset viewer.