Changeset 35246 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 10/17/2015 08:48:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r35242 r35246 509 509 510 510 // now delete the post and make sure the cron entry is removed 511 wp_delete_post( $id);511 wp_delete_post( $id ); 512 512 513 513 $this->assertFalse($this->_next_schedule_for_post('publish_future_post', $id));
Note: See TracChangeset
for help on using the changeset viewer.