Make WordPress Core


Ignore:
Timestamp:
07/02/2019 04:43:01 AM (7 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/kses.php

    r45363 r45588  
    5555                $expected_attr = "$name='" . trim( $value, ';' ) . "'";
    5656            } else {
    57                 $attr = $expected_attr = $name;
     57                $attr          = $name;
     58                $expected_attr = $name;
    5859            }
    5960            $string        = "<a $attr>I link this</a>";
Note: See TracChangeset for help on using the changeset viewer.