Skip to content

Commit a9e37f9

Browse files
committed
fix base language in unit test
1 parent 95c855f commit a9e37f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Unit/Modules/V3/Repository/PostRepositoryTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function testCreateMany()
6969
'type' => 'report',
7070
'status' => 'published',
7171
'locale' => 'en_US',
72+
'base_language' => 'en_US',
7273
'values' => [
7374
'test-location' => [[
7475
'lat' => 1,
@@ -84,6 +85,7 @@ public function testCreateMany()
8485
'type' => 'report',
8586
'status' => 'published',
8687
'locale' => 'en_US',
88+
'base_language' => 'en_US',
8789
'values' => [
8890
'test-location' => [[
8991
'lat' => 2,
@@ -99,6 +101,7 @@ public function testCreateMany()
99101
'type' => 'report',
100102
'status' => 'published',
101103
'locale' => 'en_US',
104+
'base_language' => 'en_US',
102105
'values' => [
103106
'test-location' => [[
104107
'lat' => 7,
@@ -185,6 +188,7 @@ public function testCreateManyWithMedia()
185188
'type' => 'report',
186189
'status' => 'published',
187190
'locale' => 'en_US',
191+
'base_language' => 'en_US',
188192
'values' => [
189193
'test-location' => [[
190194
'lat' => 1,
@@ -207,6 +211,7 @@ public function testCreateManyWithMedia()
207211
'type' => 'report',
208212
'status' => 'published',
209213
'locale' => 'en_US',
214+
'base_language' => 'en_US',
210215
'values' => [
211216
'test-location' => [[
212217
'lat' => 2,

0 commit comments

Comments
 (0)