Changeset 51585
- Timestamp:
- 08/09/2021 02:51:05 PM (3 years ago)
- Location:
- trunk/tests/phpunit/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-canonical.php
r51568 r51585 1 1 <?php 2 2 3 class WP_Canonical_UnitTestCase extends WP_UnitTestCase {3 abstract class WP_Canonical_UnitTestCase extends WP_UnitTestCase { 4 4 public static $old_current_user; 5 5 public static $author_id; -
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.