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