X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FBatch%2FPercentagesTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FBatch%2FPercentagesTest.php;h=382ae29da804311650cb85984c8266320aa0e10f;hp=0c905e6d98018710eaeefa78bdadc5de70c1f3af;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php b/web/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php index 0c905e6d9..382ae29da 100644 --- a/web/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php +++ b/web/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php @@ -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. *