Index: tests/phpunit/tests/rest-api/rest-themes-controller.php
===================================================================
--- tests/phpunit/tests/rest-api/rest-themes-controller.php	(revision 48757)
+++ tests/phpunit/tests/rest-api/rest-themes-controller.php	(working copy)
@@ -574,11 +574,12 @@
 	public function test_theme_supports_custom_logo() {
 		remove_theme_support( 'custom-logo' );
 		$wordpress_logo = array(
-			'height'      => 100,
-			'width'       => 400,
-			'flex-height' => true,
-			'flex-width'  => true,
-			'header-text' => array( 'site-title', 'site-description' ),
+			'height'               => 100,
+			'width'                => 400,
+			'flex-height'          => true,
+			'flex-width'           => true,
+			'header-text'          => array( 'site-title', 'site-description' ),
+			'unlink-homepage-logo' => false,
 		);
 		add_theme_support( 'custom-logo', $wordpress_logo );
 		$response = self::perform_active_theme_request();
Index: .
===================================================================
--- .	(revision 48757)
+++ .	(working copy)

Property changes on: .
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /trunk:r48757
