Make WordPress Core

Changeset 40853


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

Build/Test Tools: Add a missing class to the PHPUnit 6 back compat.

See #39822

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/phpunit6-compat.php

    r40536 r40853  
    77    class_alias( 'PHPUnit\Framework\ExpectationFailedException', 'PHPUnit_Framework_ExpectationFailedException' );
    88    class_alias( 'PHPUnit\Framework\Error\Notice',               'PHPUnit_Framework_Error_Notice' );
     9    class_alias( 'PHPUnit\Framework\Error\Warning',              'PHPUnit_Framework_Error_Warning' );
    910    class_alias( 'PHPUnit\Framework\Test',                       'PHPUnit_Framework_Test' );
    1011    class_alias( 'PHPUnit\Framework\Warning',                    'PHPUnit_Framework_Warning' );
Note: See TracChangeset for help on using the changeset viewer.