Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Batch / PercentagesTest.php
index 0c905e6d98018710eaeefa78bdadc5de70c1f3af..382ae29da804311650cb85984c8266320aa0e10f 100644 (file)
@@ -23,6 +23,7 @@ class PercentagesTest extends UnitTestCase {
     $actual_result = Percentage::format($total, $current);
     $this->assertEquals($actual_result, $expected_result, sprintf('The expected the batch api percentage at the state %s/%s is %s%% and got %s%%.', $current, $total, $expected_result, $actual_result));
   }
+
   /**
    * Provide data for batch unit tests.
    *