From 58dd5e793f7ecdf532f7ffac05026b934771cc14 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 5 Sep 2019 22:52:29 +0000 Subject: [PATCH] Fix (unrelated) test after [46066]. See #43524. git-svn-id: https://develop.svn.wordpress.org/trunk@46067 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/media.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/media.php b/tests/phpunit/tests/media.php index c5f329aace..b9a73a336d 100644 --- a/tests/phpunit/tests/media.php +++ b/tests/phpunit/tests/media.php @@ -1784,8 +1784,8 @@ EOF; // Mock data for this test. $image_src = 'http://' . WP_TESTS_DOMAIN . '/wp-content/uploads/2015/12/test image-300x150.png'; $image_meta = array( - 'width' => 2000, - 'height' => 1000, + 'width' => 3000, + 'height' => 1500, 'file' => '2015/12/test image.png', 'sizes' => array( 'thumbnail' => array(