Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Cache / CacheCollectorTest.php
index 0c06a4b8652898cd6faf71a89267efc86673c9cc..50b1eee1c53f016a0faf371d4a11a6b196f5031d 100644 (file)
@@ -59,7 +59,6 @@ class CacheCollectorTest extends UnitTestCase {
     $this->getContainerWithCacheTagsInvalidator($this->cacheTagsInvalidator);
   }
 
-
   /**
    * Tests the resolve cache miss function.
    */
@@ -85,7 +84,6 @@ class CacheCollectorTest extends UnitTestCase {
     $this->assertEquals($value, $this->collector->get($key));
   }
 
-
   /**
    * Makes sure that NULL is a valid value and is collected.
    */
@@ -192,7 +190,6 @@ class CacheCollectorTest extends UnitTestCase {
     $this->collector->destruct();
   }
 
-
   /**
    * Tests updating the cache when the lock acquire fails.
    */