X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fcontent_translation%2Ftests%2Fsrc%2FKernel%2FContentTranslationSyncUnitTest.php;fp=web%2Fcore%2Fmodules%2Fcontent_translation%2Ftests%2Fsrc%2FKernel%2FContentTranslationSyncUnitTest.php;h=01e1a0d374d37e3d66cef94551232f164b45f456;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=5c4784aa62e601d3df9c171063b36144d1f8e9e1;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php b/web/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php index 5c4784aa6..01e1a0d37 100644 --- a/web/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php +++ b/web/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php @@ -249,7 +249,7 @@ class ContentTranslationSyncUnitTest extends KernelTestBase { for ($delta = 0; $delta < $this->cardinality; $delta++) { foreach ($this->columns as $column) { // If the column is synchronized, the value should have been synced, - // for unsychronized columns, the value must not change. + // for unsynchronized columns, the value must not change. $expected_value = in_array($column, $this->synchronized) ? $changed_items[$delta][$column] : $this->unchangedFieldValues[$langcode][$delta][$column]; $this->assertEqual($field_values[$langcode][$delta][$column], $expected_value, "Differing Item $delta column $column for langcode $langcode synced correctly"); }