From 5a7da4ef0e89bb37b39a20f746481fb9db47a8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Fri, 9 Jul 2021 09:07:35 +0200 Subject: [PATCH] Fix lint issues --- phpunit/class-wp-theme-json-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/class-wp-theme-json-test.php b/phpunit/class-wp-theme-json-test.php index e6398f6930271c..6d44ca15362111 100644 --- a/phpunit/class-wp-theme-json-test.php +++ b/phpunit/class-wp-theme-json-test.php @@ -16,7 +16,7 @@ function test_get_settings() { 'color' => array( 'custom' => false, ), - 'layout' => array( + 'layout' => array( 'contentSize' => 'value', 'invalid/key' => 'value', ),