Make WordPress Core

Changeset 46067


Ignore:
Timestamp:
09/05/2019 10:52:29 PM (5 years ago)
Author:
azaozz
Message:

Fix (unrelated) test after [46066].

See #43524.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/media.php

    r45607 r46067  
    17851785        $image_src  = 'http://' . WP_TESTS_DOMAIN . '/wp-content/uploads/2015/12/test image-300x150.png';
    17861786        $image_meta = array(
    1787             'width'  => 2000,
    1788             'height' => 1000,
     1787            'width'  => 3000,
     1788            'height' => 1500,
    17891789            'file'   => '2015/12/test image.png',
    17901790            'sizes'  => array(
Note: See TracChangeset for help on using the changeset viewer.