Skip to content

Commit 98e4f23

Browse files
committed
Changed search indexes to reflect order
1 parent d77d8fe commit 98e4f23

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/integration/Core/Repository/SearchServiceTranslationLanguageFallbackTest.php

100755100644
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,11 +1523,11 @@ public function providerForTestFind()
15231523
],
15241524
[
15251525
self::SETUP_DEDICATED => [
1526-
'searchHitIndex' => 2,
1526+
'searchHitIndex' => 1,
15271527
'preparedDataTestIndex' => 2,
15281528
],
15291529
self::SETUP_SHARED => [
1530-
'searchHitIndex' => 2,
1530+
'searchHitIndex' => 1,
15311531
'preparedDataTestIndex' => 2,
15321532
],
15331533
self::SETUP_SINGLE => [
@@ -1551,11 +1551,11 @@ public function providerForTestFind()
15511551
],
15521552
[
15531553
self::SETUP_DEDICATED => [
1554-
'searchHitIndex' => 1,
1554+
'searchHitIndex' => 2,
15551555
'preparedDataTestIndex' => 2,
15561556
],
15571557
self::SETUP_SHARED => [
1558-
'searchHitIndex' => 1,
1558+
'searchHitIndex' => 2,
15591559
'preparedDataTestIndex' => 2,
15601560
],
15611561
self::SETUP_SINGLE => [
@@ -1591,8 +1591,8 @@ public function providerForTestFind()
15911591
],
15921592
[
15931593
self::SETUP_DEDICATED => [
1594-
'searchHitIndex' => 2,
1595-
'preparedDataTestIndex' => 2,
1594+
'searchHitIndex' => 0,
1595+
'preparedDataTestIndex' => 1,
15961596
],
15971597
self::SETUP_SHARED => [
15981598
'searchHitIndex' => 0,
@@ -1619,11 +1619,11 @@ public function providerForTestFind()
16191619
],
16201620
[
16211621
self::SETUP_DEDICATED => [
1622-
'searchHitIndex' => 2,
1622+
'searchHitIndex' => 1,
16231623
'preparedDataTestIndex' => 2,
16241624
],
16251625
self::SETUP_SHARED => [
1626-
'searchHitIndex' => 2,
1626+
'searchHitIndex' => 1,
16271627
'preparedDataTestIndex' => 2,
16281628
],
16291629
self::SETUP_SINGLE => [
@@ -1647,11 +1647,11 @@ public function providerForTestFind()
16471647
],
16481648
[
16491649
self::SETUP_DEDICATED => [
1650-
'searchHitIndex' => 1,
1650+
'searchHitIndex' => 2,
16511651
'preparedDataTestIndex' => 2,
16521652
],
16531653
self::SETUP_SHARED => [
1654-
'searchHitIndex' => 1,
1654+
'searchHitIndex' => 2,
16551655
'preparedDataTestIndex' => 2,
16561656
],
16571657
self::SETUP_SINGLE => [

0 commit comments

Comments
 (0)