Changeset 49603 for trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php
- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php
r48848 r49603 39 39 * @param WP_UnitTest_Factory $factory The base factory object. 40 40 */ 41 public static function wpSetUpBeforeClass( $factory ) {41 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 42 42 self::$privacy_policy_page_id = $factory->post->create( 43 43 array(
Note: See TracChangeset
for help on using the changeset viewer.