Make WordPress Core

Changeset 59302


Ignore:
Timestamp:
10/27/2024 10:59:58 PM (6 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].

Reviewed by peterwilsoncc.
Merges test changes from [59293] to the 6.2 branch.

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

Location:
branches/6.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.2

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

    r55370 r59302  
    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.