From d4a3d0251a67a641f79dd4407953570a94372513 Mon Sep 17 00:00:00 2001 From: George Mamadashvili Date: Sun, 28 Nov 2021 07:51:27 +0000 Subject: [PATCH] Fix: Failing PHPUnit test (#36931) --- phpunit/class-gutenberg-rest-template-controller-test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit/class-gutenberg-rest-template-controller-test.php b/phpunit/class-gutenberg-rest-template-controller-test.php index 1460e6b4b9044..ab8a6a2530e94 100644 --- a/phpunit/class-gutenberg-rest-template-controller-test.php +++ b/phpunit/class-gutenberg-rest-template-controller-test.php @@ -191,6 +191,7 @@ public function test_get_item_works_with_a_single_slash( $endpoint_url ) { 'type' => 'wp_template', 'wp_id' => null, 'has_theme_file' => true, + 'is_custom' => false, ), $data );