Changeset 43571 for trunk/tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
r43499 r43571 54 54 */ 55 55 public function test_function_should_not_send_email_when_not_a_wp_user_request() { 56 $post_id = $this->factory->post->create( array( 57 'post_type' => 'post', 58 ) ); 56 $post_id = $this->factory->post->create( 57 array( 58 'post_type' => 'post', 59 ) 60 ); 59 61 60 62 _wp_privacy_send_request_confirmation_notification( $post_id );
Note: See TracChangeset
for help on using the changeset viewer.