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:
parent
a38ecee8c9
commit
58dd5e793f
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user