Changeset 53687
- Timestamp:
- 07/08/2022 12:11:15 AM (3 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpAutop.php
r53562 r53687 545 545 * 546 546 * @ticket 39307 547 *548 * @uses ::trim549 547 */ 550 548 public function test_that_wpautop_does_not_add_extra_closing_p_in_figure() { -
trunk/tests/phpunit/tests/term/wpGenerateTagCloud.php
r52010 r53687 296 296 * Helper method retrieve the created terms. 297 297 * 298 * @uses get_terms299 *300 298 * @param array $get_terms_args Options passed to get_terms() 301 299 * -
trunk/tests/phpunit/tests/url.php
r53682 r53687 213 213 /** 214 214 * @covers ::home_url 215 *216 * @uses ::get_option217 215 */ 218 216 public function test_home_url_from_admin() { -
trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php
r53682 r53687 58 58 /** 59 59 * The function should return the privacy policy URL when `wp_page_for_privacy_policy` is set. 60 *61 * @uses ::get_permalink62 60 */ 63 61 public function test_get_privacy_policy_url_should_return_valid_url_when_policy_page_set() {
Note: See TracChangeset
for help on using the changeset viewer.