From 6493d211d23259cd0499b0fdd3ce408e5133985e Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 15 Sep 2015 18:43:51 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/image/header.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/tests/image/header.php b/tests/phpunit/tests/image/header.php index 282aac2365..fba67d5d1a 100644 --- a/tests/phpunit/tests/image/header.php +++ b/tests/phpunit/tests/image/header.php @@ -120,7 +120,6 @@ class Tests_Image_Header extends WP_UnitTestCase { $this->assertEquals( $object['guid'], $cropped ); $this->assertEquals( $object['context'], 'custom-header' ); $this->assertEquals( $object['post_mime_type'], 'image/jpeg' ); - $this->assertEquals( $object['post_content'], $cropped ); } function test_insert_cropped_attachment() {