X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FCache%2FChainedFastBackendTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FCache%2FChainedFastBackendTest.php;h=76c775b8809e583b813ef09299c8f787640f025f;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=52f18517466a38e78b4a7238d44cfe167798ca79;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php b/web/core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php index 52f185174..76c775b88 100644 --- a/web/core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php +++ b/web/core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php @@ -64,7 +64,8 @@ class ChainedFastBackendTest extends UnitTestCase { public function testFallThroughToConsistentCache() { $timestamp_item = (object) [ 'cid' => ChainedFastBackend::LAST_WRITE_TIMESTAMP_PREFIX . 'cache_foo', - 'data' => time() + 60, // Time travel is easy. + // Time travel is easy. + 'data' => time() + 60, ]; $cache_item = (object) [ 'cid' => 'foo',