Changeset 54090 for trunk/tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
- Timestamp:
- 09/06/2022 10:09:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
r51568 r54090 56 56 */ 57 57 public function test_function_should_not_send_email_when_not_a_wp_user_request() { 58 $post_id = $this->factory->post->create(58 $post_id = self::factory()->post->create( 59 59 array( 60 60 'post_type' => 'post',
Note: See TracChangeset
for help on using the changeset viewer.