File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
tests/Unit/Modules/V3/Repository Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ public function testCreateMany()
69
69
'type ' => 'report ' ,
70
70
'status ' => 'published ' ,
71
71
'locale ' => 'en_US ' ,
72
+ 'base_language ' => 'en_US ' ,
72
73
'values ' => [
73
74
'test-location ' => [[
74
75
'lat ' => 1 ,
@@ -84,6 +85,7 @@ public function testCreateMany()
84
85
'type ' => 'report ' ,
85
86
'status ' => 'published ' ,
86
87
'locale ' => 'en_US ' ,
88
+ 'base_language ' => 'en_US ' ,
87
89
'values ' => [
88
90
'test-location ' => [[
89
91
'lat ' => 2 ,
@@ -99,6 +101,7 @@ public function testCreateMany()
99
101
'type ' => 'report ' ,
100
102
'status ' => 'published ' ,
101
103
'locale ' => 'en_US ' ,
104
+ 'base_language ' => 'en_US ' ,
102
105
'values ' => [
103
106
'test-location ' => [[
104
107
'lat ' => 7 ,
@@ -185,6 +188,7 @@ public function testCreateManyWithMedia()
185
188
'type ' => 'report ' ,
186
189
'status ' => 'published ' ,
187
190
'locale ' => 'en_US ' ,
191
+ 'base_language ' => 'en_US ' ,
188
192
'values ' => [
189
193
'test-location ' => [[
190
194
'lat ' => 1 ,
@@ -207,6 +211,7 @@ public function testCreateManyWithMedia()
207
211
'type ' => 'report ' ,
208
212
'status ' => 'published ' ,
209
213
'locale ' => 'en_US ' ,
214
+ 'base_language ' => 'en_US ' ,
210
215
'values ' => [
211
216
'test-location ' => [[
212
217
'lat ' => 2 ,
You can’t perform that action at this time.
0 commit comments