From 4919185b9f4528583b24c756877d71e984f87e18 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Mon, 4 Nov 2024 14:42:09 -0500 Subject: [PATCH] fix test --- tests/Fields/FieldtypeTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Fields/FieldtypeTest.php b/tests/Fields/FieldtypeTest.php index 730942b2bc..8ff3ca73e8 100644 --- a/tests/Fields/FieldtypeTest.php +++ b/tests/Fields/FieldtypeTest.php @@ -157,6 +157,7 @@ public function converts_to_an_array() 'validatable' => true, 'defaultable' => true, 'categories' => [], + 'keywords' => [], 'icon' => 'test', 'config' => [], ], $fieldtype->toArray());