From e838a53603423054afdc4f7a3d658958379f32b5 Mon Sep 17 00:00:00 2001 From: Mh-Asmi Date: Tue, 21 Jan 2025 17:19:12 +0400 Subject: [PATCH] fix base language in unit test --- tests/Unit/Modules/V3/Repository/PostRepositoryTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Unit/Modules/V3/Repository/PostRepositoryTest.php b/tests/Unit/Modules/V3/Repository/PostRepositoryTest.php index 3f4cdd604a..f3340623c0 100644 --- a/tests/Unit/Modules/V3/Repository/PostRepositoryTest.php +++ b/tests/Unit/Modules/V3/Repository/PostRepositoryTest.php @@ -69,6 +69,7 @@ public function testCreateMany() 'type' => 'report', 'status' => 'published', 'locale' => 'en_US', + 'base_language' => 'en_US', 'values' => [ 'test-location' => [[ 'lat' => 1, @@ -84,6 +85,7 @@ public function testCreateMany() 'type' => 'report', 'status' => 'published', 'locale' => 'en_US', + 'base_language' => 'en_US', 'values' => [ 'test-location' => [[ 'lat' => 2, @@ -99,6 +101,7 @@ public function testCreateMany() 'type' => 'report', 'status' => 'published', 'locale' => 'en_US', + 'base_language' => 'en_US', 'values' => [ 'test-location' => [[ 'lat' => 7, @@ -185,6 +188,7 @@ public function testCreateManyWithMedia() 'type' => 'report', 'status' => 'published', 'locale' => 'en_US', + 'base_language' => 'en_US', 'values' => [ 'test-location' => [[ 'lat' => 1, @@ -207,6 +211,7 @@ public function testCreateManyWithMedia() 'type' => 'report', 'status' => 'published', 'locale' => 'en_US', + 'base_language' => 'en_US', 'values' => [ 'test-location' => [[ 'lat' => 2,