mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@51585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3,7 +3,7 @@ require_once ABSPATH . 'wp-admin/includes/admin.php';
|
||||
require_once ABSPATH . WPINC . '/class-IXR.php';
|
||||
require_once ABSPATH . WPINC . '/class-wp-xmlrpc-server.php';
|
||||
|
||||
class WP_XMLRPC_UnitTestCase extends WP_UnitTestCase {
|
||||
abstract class WP_XMLRPC_UnitTestCase extends WP_UnitTestCase {
|
||||
protected $myxmlrpcserver;
|
||||
|
||||
function set_up() {
|
||||
|
||||
Reference in New Issue
Block a user