Changeset 51585 for trunk/tests/phpunit/includes/testcase-xmlrpc.php
- Timestamp:
- 08/09/2021 02:51:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-xmlrpc.php
r51568 r51585 4 4 require_once ABSPATH . WPINC . '/class-wp-xmlrpc-server.php'; 5 5 6 class WP_XMLRPC_UnitTestCase extends WP_UnitTestCase {6 abstract class WP_XMLRPC_UnitTestCase extends WP_UnitTestCase { 7 7 protected $myxmlrpcserver; 8 8
Note: See TracChangeset
for help on using the changeset viewer.