From 471103de314b72e129f3f38f6aabc6ec8a287bb8 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 8 Oct 2016 12:04:39 +0000 Subject: [PATCH] Media: Correct the hostname used in the `wp_get_attachment_metadata()` test. See #36246 git-svn-id: https://develop.svn.wordpress.org/trunk@38760 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/media.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/tests/media.php b/tests/phpunit/tests/media.php index 5b4b5de058..b4787e6342 100644 --- a/tests/phpunit/tests/media.php +++ b/tests/phpunit/tests/media.php @@ -1807,10 +1807,10 @@ EOF; $year = date( 'Y' ); $month = date( 'm' ); - $expected = 'test-image-large.png'; remove_filter( 'wp_get_attachment_metadata', array( $this, '_filter_36246' ) );