Make WordPress Core


Ignore:
Timestamp:
07/01/2019 08:00:12 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix/ignore the WordPress.NamingConventions.ValidFunctionName violations.

See #47632

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/functions.php

    r45160 r45580  
    2222 * Resets various `$_SERVER` variables that can get altered during tests.
    2323 */
    24 function tests_reset__SERVER() {
     24function tests_reset__SERVER() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
    2525    $_SERVER['HTTP_HOST']       = WP_TESTS_DOMAIN;
    2626    $_SERVER['REMOTE_ADDR']     = '127.0.0.1';
Note: See TracChangeset for help on using the changeset viewer.