From 93942d330ec4fdea49f77f903508a659143883a7 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 10 Mar 2016 19:58:49 +0000 Subject: [PATCH] Correct a unit test for custom icon functionality. See #36086 git-svn-id: https://develop.svn.wordpress.org/trunk@36952 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/general/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/general/template.php b/tests/phpunit/tests/general/template.php index d50ee884e4..2c9a0b9861 100644 --- a/tests/phpunit/tests/general/template.php +++ b/tests/phpunit/tests/general/template.php @@ -310,7 +310,7 @@ class Tests_General_Template extends WP_UnitTestCase { 'itemprop' => 'logo', ) ); - $this->expectOutputString( '' ); + $this->expectOutputString( '' ); the_custom_logo(); }