Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Cache / CacheTest.php
index 446afcd883ccbad0af8411ccf32c56d1897fa8eb..5d7f269487411fe5931d541ee649850db2c57d5b 100644 (file)
@@ -53,7 +53,6 @@ class CacheTest extends UnitTestCase {
     $this->assertNull(Cache::validateTags($tags));
   }
 
-
   /**
    * Provides a list of pairs of cache tags arrays to be merged.
    *
@@ -102,7 +101,6 @@ class CacheTest extends UnitTestCase {
     ];
   }
 
-
   /**
    * @covers ::mergeMaxAges
    *