Make WordPress Core

Changeset 34852


Ignore:
Timestamp:
10/06/2015 04:00:53 AM (11 years ago)
Author:
pento
Message:

Tests: Make the Attachment Slashes tests clean up after itself.

Fixes #34162.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/attachment/slashes.php

    r31065 r34852  
    2626        function tearDown() {
    2727                wp_set_current_user( $this->old_current_user );
     28                wp_delete_user( $this->author_id );
    2829                parent::tearDown();
    2930        }
Note: See TracChangeset for help on using the changeset viewer.