Make WordPress Core


Ignore:
Timestamp:
10/17/2015 08:48:33 PM (9 years ago)
Author:
wonderboymusic
Message:

Unit Tests: better fixtures for Tests_AdminBar. Don't force-delete some posts: some filter callbacks are no-ops on Multisite if the post is vanquished.

See #30017, #33968.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/post.php

    r35242 r35246  
    509509
    510510        // now delete the post and make sure the cron entry is removed
    511         wp_delete_post($id);
     511        wp_delete_post( $id );
    512512
    513513        $this->assertFalse($this->_next_schedule_for_post('publish_future_post', $id));
Note: See TracChangeset for help on using the changeset viewer.