Fix (unrelated) test after [46066].

See #43524.

git-svn-id: https://develop.svn.wordpress.org/trunk@46067 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2019-09-05 22:52:29 +00:00
parent a38ecee8c9
commit 58dd5e793f
1 changed files with 2 additions and 2 deletions

View File

@ -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(