Changeset 54090 for trunk/tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
- Timestamp:
- 09/06/2022 10:09:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
r51568 r54090 132 132 */ 133 133 public function test_should_send_email_with_privacy_policy() { 134 $privacy_policy = $this->factory->post->create(134 $privacy_policy = self::factory()->post->create( 135 135 array( 136 136 'post_type' => 'page', … … 308 308 */ 309 309 public function test_should_not_send_email_when_not_user_request() { 310 $post_id = $this->factory->post->create(310 $post_id = self::factory()->post->create( 311 311 array( 312 312 'post_type' => 'post', // Should be 'user_request'.
Note: See TracChangeset
for help on using the changeset viewer.