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/includes/install.php

    r42343 r45588  
    2121tests_reset__SERVER();
    2222
    23 $PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php';
     23$PHP_SELF            = '/index.php';
     24$GLOBALS['PHP_SELF'] = '/index.php';
     25$_SERVER['PHP_SELF'] = '/index.php';
    2426
    2527tests_add_filter( 'wp_die_handler', '_wp_die_handler_filter_exit' );
Note: See TracChangeset for help on using the changeset viewer.