Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Password / PasswordHashingTest.php
index a4e57eaada35d0779f90220c3a927f4c67269be3..5c81b7eb2b469e5648f4969e73a5884f2db38041 100644 (file)
@@ -76,7 +76,6 @@ class PasswordHashingTest extends UnitTestCase {
     $this->assertEquals(PhpassHashedPassword::MAX_HASH_COUNT, $hasher->enforceLog2Boundaries(100), "Max hash count enforced");
   }
 
-
   /**
    * Test a password needs update.
    *