Make WordPress Core


Ignore:
Timestamp:
08/09/2021 02:51:05 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Declare two TestCase classes as abstract.

TestCases which are intended to be extended and not run directly, should be abstract.

Follow-up to [763/tests], [30277].

Props jrf.
See #53363.

File:
1 edited

Legend:

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

    r51568 r51585  
    44require_once ABSPATH . WPINC . '/class-wp-xmlrpc-server.php';
    55
    6 class WP_XMLRPC_UnitTestCase extends WP_UnitTestCase {
     6abstract class WP_XMLRPC_UnitTestCase extends WP_UnitTestCase {
    77        protected $myxmlrpcserver;
    88
Note: See TracChangeset for help on using the changeset viewer.