Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Asset / LibraryDiscoveryParserTest.php
index cbb06668c04518c7376dabd59f7ae0fb5ec8fa15..7a758cdf64930f9f45d838d9bb87ac308aed0479 100644 (file)
@@ -211,7 +211,6 @@ class LibraryDiscoveryParserTest extends UnitTestCase {
     $this->assertEquals(\Drupal::VERSION, $libraries['core-versioned']['js'][0]['version']);
   }
 
-
   /**
    * Tests that the version property of external libraries is handled.
    *
@@ -399,6 +398,7 @@ class LibraryDiscoveryParserTest extends UnitTestCase {
     $this->assertEquals(FALSE, $library['js'][0]['minified']);
     $this->assertEquals(TRUE, $library['js'][1]['minified']);
   }
+
   /**
    * Tests that an exception is thrown when license is missing when 3rd party.
    *