After [34188], fix unit test for image header.
See #33319. git-svn-id: https://develop.svn.wordpress.org/trunk@34214 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1a352d56f9
commit
6493d211d2
@ -120,7 +120,6 @@ class Tests_Image_Header extends WP_UnitTestCase {
|
|||||||
$this->assertEquals( $object['guid'], $cropped );
|
$this->assertEquals( $object['guid'], $cropped );
|
||||||
$this->assertEquals( $object['context'], 'custom-header' );
|
$this->assertEquals( $object['context'], 'custom-header' );
|
||||||
$this->assertEquals( $object['post_mime_type'], 'image/jpeg' );
|
$this->assertEquals( $object['post_mime_type'], 'image/jpeg' );
|
||||||
$this->assertEquals( $object['post_content'], $cropped );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_insert_cropped_attachment() {
|
function test_insert_cropped_attachment() {
|
||||||
|
Loading…
Reference in New Issue
Block a user