From 103c59a189b6a0de869787dd08a12b07344c46c4 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Tue, 1 Jun 2021 12:23:14 +0300 Subject: [PATCH] Add site_logo to the rest response --- tests/phpunit/tests/rest-api/rest-settings-controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/tests/rest-api/rest-settings-controller.php b/tests/phpunit/tests/rest-api/rest-settings-controller.php index d8814c6ff917c..8270536c68432 100644 --- a/tests/phpunit/tests/rest-api/rest-settings-controller.php +++ b/tests/phpunit/tests/rest-api/rest-settings-controller.php @@ -99,6 +99,7 @@ public function test_get_items() { 'timezone', 'date_format', 'time_format', + 'site_logo', 'start_of_week', 'language', 'use_smilies',