X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FEntity%2FContentEntityChangedTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FEntity%2FContentEntityChangedTest.php;h=aa0044bd8e865fb79f17bbc4879d23f1cee6694f;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=66e1abb2c51ed0ce10169ff85abea870e1abcfc9;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php index 66e1abb2c..aa0044bd8 100644 --- a/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php +++ b/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php @@ -74,7 +74,7 @@ class ContentEntityChangedTest extends EntityKernelTestBase { // We can't assert equality here because the created time is set to the // request time, while instances of ChangedTestItem use the current - // timestamp every time. Therefor we check if the changed timestamp is + // timestamp every time. Therefore we check if the changed timestamp is // between the created time and now. $this->assertTrue( ($entity->getChangedTime() >= $entity->get('created')->value) &&