Make WordPress Core


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

    r45445 r45588  
    7272define( 'REST_TESTS_IMPOSSIBLY_HIGH_NUMBER', 99999999 );
    7373
    74 $PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php';
     74$PHP_SELF            = '/index.php';
     75$GLOBALS['PHP_SELF'] = '/index.php';
     76$_SERVER['PHP_SELF'] = '/index.php';
    7577
    7678// Should we run in multisite mode?
Note: See TracChangeset for help on using the changeset viewer.