wordpress-develop/tests/phpunit/tests/privacy
Sergey Biryukov ff56396bf3 Tests: Use the factory method instead of the property.
This replaces all references to the `WP_UnitTestCase_Base::$factory` property with static function calls to the `WP_UnitTestCase_Base::factory()` method.

This is a consistency improvement for the test suite.

Follow up to [35225], [35242], [49603], [54087], [54088].

Props jrf.
See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@54090 602fd350-edb4-49c9-b593-d223f7449a82
2022-09-06 22:09:49 +00:00
..
wpCreateUserRequest.php Tests: Rename classes in phpunit/tests/privacy/ per the naming conventions. 2021-05-24 13:37:56 +00:00
wpPrivacyCompletedRequest.php Tests: Rename classes in phpunit/tests/privacy/ per the naming conventions. 2021-05-24 13:37:56 +00:00
wpPrivacyDeleteOldExportFiles.php Build/Test Tools: Implement use of the void solution. 2021-08-07 10:29:41 +00:00
wpPrivacyGeneratePersonalDataExportFile.php Code Modernization: Explicitly declare all properties created in set_up() methods of various test classes. 2022-08-27 12:30:08 +00:00
wpPrivacyGeneratePersonalDataExportGroupHtml.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
wpPrivacyProcessPersonalDataExportPage.php Code Modernization: Explicitly declare all properties created in set_up() methods of various test classes. 2022-08-27 12:30:08 +00:00
wpPrivacySendErasureFulfillmentNotification.php Tests: Use the factory method instead of the property. 2022-09-06 22:09:49 +00:00
wpPrivacySendPersonalDataExportEmail.php Build/Test Tools: Implement use of the void solution. 2021-08-07 10:29:41 +00:00
wpPrivacySendRequestConfirmationNotification.php Tests: Use the factory method instead of the property. 2022-09-06 22:09:49 +00:00