Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Config / ConfigEntityStaticCacheTest.php
index 3c3f70b65409f04ce1e15de2e857f4c687ad0a36..1cd9cb17537a809b06e101c7ea09bd886bd7d25c 100644 (file)
@@ -57,7 +57,7 @@ class ConfigEntityStaticCacheTest extends KernelTestBase {
     // config_entity_static_cache_test_config_test_load() sets _loadStamp to a
     // random string. If they match, it means $entity_2 was retrieved from the
     // static cache rather than going through a separate load sequence.
-    $this->assertIdentical($entity_1->_loadStamp, $entity_2->_loadStamp);
+    $this->assertSame($entity_1->_loadStamp, $entity_2->_loadStamp);
   }
 
   /**