diff --git a/core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php b/core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php index 05d6aa6..47eb770 100644 --- a/core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php +++ b/core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php @@ -74,11 +74,11 @@ public function testTranslationRows() { [ [ 'title' => 'example EN', - 'sticky' => 'off', + 'sticky' => 'Off', ], [ 'title' => 'example ES', - 'sticky' => 'on', + 'sticky' => 'On', ], ]); @@ -87,11 +87,11 @@ public function testTranslationRows() { [ [ 'title' => 'example EN', - 'sticky' => 'off', + 'sticky' => 'Off', ], [ 'title' => 'example EN', - 'sticky' => 'off', + 'sticky' => 'Off', ], ]); @@ -100,11 +100,11 @@ public function testTranslationRows() { [ [ 'title' => 'example EN', - 'sticky' => 'off', + 'sticky' => 'Off', ], [ 'title' => 'example EN', - 'sticky' => 'off', + 'sticky' => 'Off', ], ]); @@ -113,11 +113,11 @@ public function testTranslationRows() { [ [ 'title' => 'example EN', - 'sticky' => 'off', + 'sticky' => 'Off', ], [ 'title' => 'example EN', - 'sticky' => 'off', + 'sticky' => 'Off', ], ]); @@ -126,11 +126,11 @@ public function testTranslationRows() { [ [ 'title' => 'example ES', - 'sticky' => 'on', + 'sticky' => 'On', ], [ - 'title' => 'example EN', - 'sticky' => 'on', + 'title' => 'example ES', + 'sticky' => 'On', ], ]); @@ -139,11 +139,11 @@ public function testTranslationRows() { [ [ 'title' => 'example EN', - 'sticky' => 'off', + 'sticky' => 'Off', ], [ 'title' => 'example EN', - 'sticky' => 'off', + 'sticky' => 'Off', ], ]); @@ -152,11 +152,11 @@ public function testTranslationRows() { [ [ 'title' => 'example ES', - 'sticky' => 'on', + 'sticky' => 'On', ], [ 'title' => 'example ES', - 'sticky' => 'on', + 'sticky' => 'On', ], ]); }