Changeset 49184 for trunk/tests/phpunit/tests/xmlrpc/wp/restoreRevision.php
- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/restoreRevision.php
r48937 r49184 5 5 */ 6 6 class Tests_XMLRPC_wp_restoreRevision extends WP_XMLRPC_UnitTestCase { 7 var$post_id;8 var$revision_id;7 public $post_id; 8 public $revision_id; 9 9 10 10 function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.