Make WordPress Core

Changeset 40873


Ignore:
Timestamp:
06/02/2017 02:10:56 PM (8 years ago)
Author:
johnbillion
Message:

Build/Test Tools: I don't know how this happened.

See #39822

File:
1 edited

Legend:

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

    r40872 r40873  
    452452     */
    453453    public function setExpectedException( $exception, $message = '', $code = null ) {
    454         if ( method_exists( 'PHPUnit_Framework_TestCase::setExpectedException' ) ) {
     454        if ( method_exists( 'PHPUnit_Framework_TestCase', 'setExpectedException' ) ) {
    455455            parent::setExpectedException( $exception, $message, $code );
    456456        } else {
Note: See TracChangeset for help on using the changeset viewer.