WP_XMLRPC_UnitTestCase::tearDown PHP Method

tearDown() public method

public tearDown ( )
    function tearDown()
    {
        remove_filter('pre_option_enable_xmlrpc', '__return_true');
        $this->remove_added_uploads();
        parent::tearDown();
    }

Usage Example

Exemplo n.º 1
0
 function tearDown()
 {
     if (is_multisite()) {
         revoke_super_admin($this->administrator_id);
     }
     parent::tearDown();
 }
All Usage Examples Of WP_XMLRPC_UnitTestCase::tearDown