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