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 { |
519 | 519 | * |
520 | 520 | * @since 4.2.0 |
521 | 521 | * |
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 |
523 | 523 | * source `_doing_it_wrong()` call. |
524 | 524 | */ |
525 | 525 | public function setExpectedIncorrectUsage( $doing_it_wrong ) { |