Make WordPress Core

Changeset 41124


Ignore:
Timestamp:
07/24/2017 10:02:52 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Tests: Fix typo in Tests_Functions_AllowedProtocols::data_example_urls().

Props redrambles.
Fixes #41415.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/allowedProtocols.php

    r38686 r41124  
    4040        return array(
    4141            array( 'http', 'http://example.com' ), // RFC7230
    42             array( 'https', 'http://example.com' ), // RFC7230
     42            array( 'https', 'https://example.com' ), // RFC7230
    4343            array( 'ftp', 'ftp://example.com' ), // RFC1738
    4444            array( 'ftps', 'ftps://example.com' ),
Note: See TracChangeset for help on using the changeset viewer.