Make WordPress Core


Ignore:
Timestamp:
07/01/2019 08:00:12 AM (7 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/phpunit6/compat.php

    r44701 r45580  
    1818        class PHPUnit_Util_Test {
    1919
     20                // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
    2021                public static function getTickets( $className, $methodName ) {
    2122                        $annotations = PHPUnit\Util\Test::parseTestMethodAnnotations( $className, $methodName );
Note: See TracChangeset for help on using the changeset viewer.