Skip to content

Commit ab20a82

Browse files
committed
fix tests
1 parent cb39de8 commit ab20a82

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/Unit/Form/Fields/Formatters/EditorFormatterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
'id' => null,
163163
],
164164
'legend' => 'Legendary',
165+
'_locale' => null,
165166
],
166167
[
167168
'file' => [
@@ -176,6 +177,7 @@
176177
'id' => null,
177178
],
178179
'legend' => null,
180+
'_locale' => null,
179181
],
180182
],
181183
]);

tests/Unit/Show/Fields/Formatters/TextFormatterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
'id' => null,
6969
],
7070
'legend' => 'Legendary',
71+
'_locale' => null,
7172
],
7273
'1' => [
7374
'file' => [
@@ -82,6 +83,7 @@
8283
'id' => null,
8384
],
8485
'legend' => null,
86+
'_locale' => null,
8587
],
8688
],
8789
]);

0 commit comments

Comments
 (0)