Ticket #30290: 30290.diff
File 30290.diff, 416 bytes (added by , 11 years ago) |
---|
-
tests/phpunit/includes/testcase-xmlrpc.php
16 16 17 17 function tearDown() { 18 18 remove_filter( 'pre_option_enable_xmlrpc', '__return_true' ); 19 $this->remove_added_uploads(); 19 20 20 21 parent::tearDown(); 21 22 }