Changeset 52009 for trunk/tests/phpunit/includes/testcase-xmlrpc.php
- Timestamp:
- 11/04/2021 01:15:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-xmlrpc.php
r51585 r52009 7 7 protected $myxmlrpcserver; 8 8 9 function set_up() {9 public function set_up() { 10 10 parent::set_up(); 11 11 … … 15 15 } 16 16 17 function tear_down() {17 public function tear_down() { 18 18 remove_filter( 'pre_option_enable_xmlrpc', '__return_true' ); 19 19
Note: See TracChangeset
for help on using the changeset viewer.