Make WordPress Core

Changeset 59301


Ignore:
Timestamp:
10/27/2024 10:58:19 PM (5 weeks ago)
Author:
peterwilsoncc
Message:

Tests: Use better domain for HTTP API invalid hostname test.

The previous domain that was used to test for a host whose IPv4 address cannot be resolved, exampleeeee.com, got registered and has an A-record now, so it's not invalid anymore.

.invalid is intended for use in online construction of domain names that are sure to be invalid and which it is obvious at a glance are invalid.

Reference: Reserved Top Level DNS Names: TLDs for Testing, & Documentation Examples.

Follow-up to [52084], [58384], [58388].

Props sippis, johnbillion, MattyRob, swissspidy.
Fixes #62303.

Reviewed by
Merges [59293] to the 6.3 branch.

Location:
branches/6.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.3

  • branches/6.3/tests/phpunit/tests/http/http.php

    r55562 r59301  
    551551            ),
    552552            'a host whose IPv4 address cannot be resolved' => array(
    553                 'url' => 'http://exampleeeee.com/caniload.php',
     553                'url' => 'http://example.invalid/caniload.php',
    554554            ),
    555555            'an external request when not allowed'         => array(
Note: See TracChangeset for help on using the changeset viewer.