Make WordPress Core

Ticket #46546: 46546.diff

File 46546.diff, 727 bytes (added by yoavf, 6 years ago)
  • tests/phpunit/includes/abstract-testcase.php

    diff --git a/tests/phpunit/includes/abstract-testcase.php b/tests/phpunit/includes/abstract-testcase.php
    index 60af252f02..3e1e314a78 100644
    a b abstract class WP_UnitTestCase_Base extends PHPUnit_Framework_TestCase { 
    519519         *
    520520         * @since 4.2.0
    521521         *
    522          * @param string $deprecated Name of the function, method, or class that appears in the first argument of the
     522         * @param string $doing_it_wrong Name of the function, method, or class that appears in the first argument of the
    523523         *                           source `_doing_it_wrong()` call.
    524524         */
    525525        public function setExpectedIncorrectUsage( $doing_it_wrong ) {