Changeset 59964
- Timestamp:
- 03/11/2025 12:39:10 AM (6 weeks ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/wpGetHttpHeaders.php
r55029 r59964 27 27 /** 28 28 * Test with an invalid URL 29 * 30 * @group external-http 29 31 */ 30 32 public function test_wp_get_http_headers_invalid_url() { … … 35 37 /** 36 38 * Test to see if the deprecated argument is working 39 * 40 * @group external-http 37 41 */ 38 42 public function test_wp_get_http_headers_deprecated_argument() { -
trunk/tests/phpunit/tests/multisite/updateBlogStatus.php
r57987 r59964 46 46 } 47 47 48 /** 49 * @group external-http 50 */ 48 51 public function test_content_from_spam_blog_is_not_available() { 49 52 $spam_blog_id = self::factory()->blog->create(); -
trunk/tests/phpunit/tests/rest-api/rest-site-health-controller.php
r55457 r59964 93 93 } 94 94 95 /** 96 * @group external-http 97 */ 95 98 public function test() { 96 99 wp_set_current_user( self::$admin ); -
trunk/tests/phpunit/tests/rest-api/wpRestBlockPatternsController.php
r56492 r59964 124 124 } 125 125 126 /** 127 * @group external-http 128 */ 126 129 public function test_get_items() { 127 130 wp_set_current_user( self::$admin_id ); … … 190 193 * 191 194 * @ticket 57532 195 * @group external-http 192 196 * 193 197 * @covers WP_REST_Block_Patterns_Controller::get_items
Note: See TracChangeset
for help on using the changeset viewer.