Make WordPress Core


Ignore:
Timestamp:
10/10/2020 01:37:18 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Update third-party video URLs in unit tests with more permanent videos.

This brings some consistency to the YouTube and Vimeo URLs used for tests:

  • For YouTube, use the video of WordPress 5.0 release.
  • For Vimeo, use one of the official test videos.

Props garrett-eclipse, dd32.
Fixes #51487. See #meta5467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/customize/manager.php

    r49108 r49117  
    36143614        $this->manager->register_controls();
    36153615        $setting   = $this->manager->get_setting( 'external_header_video' );
    3616         $video_url = 'https://www.youtube.com/watch?v=KiS8rZBeIO0';
     3616        $video_url = 'https://www.youtube.com/watch?v=72xdCU__XCk';
    36173617
    36183618        $whitespaces = array(
Note: See TracChangeset for help on using the changeset viewer.